Backend
These settings configure the core backend application through the config.toml file. All backend configuration is now centralized in this TOML file instead of environment variables.
General Settings ([misc])
[misc])Example Configuration
[misc]
# REQUIRED: Change this to match your actual frontend domain.
frontend_url = "http://mediamanager.dev"
cors_urls = ["http://localhost:8000"]
# Optional: Development mode (set to true for debugging)
development = false