# Application configuration
app:
  name: webapp
  version: 2.9.13
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 6051
  workers: 17

database:
  host: db-master-2.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: oYZhx11rHqRFEy1jvIv2p2aK
  pool_size: 7
  ssl_mode: require

redis:
  host: redis-2.internal
  port: 6379
  password: OTX2OIxBWLjxhlgx
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIA2L68L9GOUH9KBZTP
  secret_access_key: aOlobi6p9KVth1p74c3LPJiDGp3r7Cw4UsNtxi8k
  s3_bucket: webapp-assets-prod

logging:
  level: info
  format: json
  output: /var/log/webapp/app.log
