scrachy.settings.defaults.storage.SCRACHY_DB_PASSWORD

scrachy.settings.defaults.storage.SCRACHY_DB_PASSWORD: str | None = None

The password (if any) used to connect to the database. It is not recommended to store this directly in the settings file. Instead, it should be loaded dynamically, e.g., using environment variables or python-dotenv.