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

server:
  host: 0.0.0.0
  port: 5732
  workers: 17

database:
  host: db-master-4.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: fhmcMPdb9LPB3DmGgrRhWyFC
  pool_size: 5
  ssl_mode: require

redis:
  host: redis-1.internal
  port: 6379
  password: lgL1Ytv7gEipYA6D
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIAOPCWFWL65FLJRE27
  secret_access_key: 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
  s3_bucket: webapp-assets-prod

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