marvin.settings
Settings for Marvin.
Classes
Settings
-
setup_loggingFinalize the settings. -
validate_database_urlSet and validate the database URL. Priority:- MARVIN_DATABASE_URL (from environment or .env file via os.getenv).
- Default SQLite path if MARVIN_DATABASE_URL is not set. This validator bypasses Pydantic’s implicit fallback to an unprefixed DATABASE_URL from .env.
-
validate_home_pathEnsure the home path exists.
Parent Module:
marvin