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

server:
  host: 0.0.0.0
  port: 6405
  workers: 12

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

redis:
  host: redis-0.internal
  port: 6379
  password: iZq2bVE3YJC0vCDL
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIABUV91LNE2B4A6EBJ
  secret_access_key: RyVFIYCgiwlycDlJREoxLt/6dl0d/cmnAhjehv9I
  s3_bucket: webapp-assets-prod

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