# Default configuration — values here are overridden by environment-specific # files (development.toml, production.toml) and then by environment variables. [server] host = "0.0.0.0" port = 8080 [logging] level = "info" [database] url = "postgres://localhost/axum_api" [auth] jwt_secret = "change-me-in-production" token_expiry_seconds = 3600