[server] host = "0.0.0.0" port = 3000 [database] url = "postgres://erp:erp_dev_2024@localhost:5432/erp" max_connections = 20 min_connections = 5 [redis] url = "redis://localhost:6379" [jwt] secret = "change-me-in-production" access_token_ttl = "15m" refresh_token_ttl = "7d" [auth] super_admin_password = "Admin@2026" [log] level = "info" [cors] # Comma-separated allowed origins. Use "*" for development only. allowed_origins = "http://localhost:5173,http://localhost:3000"