scrachy.settings.defaults.storage.SCRACHY_DB_HOST
- scrachy.settings.defaults.storage.SCRACHY_DB_HOST: str | None = None
The hostname (or ip address) where the database server is running. This should be
Nonefor sqlite databases. For other databases, the hostname is assumed to belocalhostif this setting isNone.