server: port: 8080 mode: development jwt_secret: "ai-ops-dev-secret" metrics_auth: "metrics-api-key" database: host: postgres port: 5432 user: aiops password: aiops123 dbname: ai_ops sslmode: disable pool_size: 10 redis: host: redis port: 6379 password: "" db: 0 metrics: prometheus_url: "http://localhost:9090" retention_days: 7