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

server:
  host: 0.0.0.0
  port: 3334
  workers: 7

database:
  host: db-master-0.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: 1c3riIzJSNoruQ7P7TFGGHK6
  pool_size: 18
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA9TABA4MZOV5GFPMW
  secret_access_key: Pci6F/0/BwSX133dffKpBRd/oZYC4OJeh1ECoiwm
  s3_bucket: webapp-assets-prod

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