Files
ai-ops/config.podman.yaml

25 lines
367 B
YAML
Raw Permalink Normal View History

2026-05-12 17:47:32 +08:00
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