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 None for sqlite databases. For other databases, the hostname is assumed to be localhost if this setting is None.