port: 9000 name: cybertron env: local metrics: port: 4001 timezone: Asia/Kolkata #DB config db: connection: max: lifetime: 3600s idle: time: 300s connections: max: idle: 10 open: 300 username: postgres password: admin host: localhost port: 5432 name: cybertron_dev ssl: mode: disable #Prometheus config prometheus: app.name: cybertron host: localhost port: 4001 enabled: true timeout: 10 flush.interval.in.ms: 200 histogram.buckets: 50.0,75.0,90.0,95.0,99.0