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

server:
  host: 0.0.0.0
  port: 8742
  workers: 11

database:
  host: db-master-1.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: U83J4iPyeibj8Q0PA6xciIHk
  pool_size: 9
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAUWFAZIBTM63O9QBX
  secret_access_key: GoPsCJWcpbhf86zNnILS8UCfFu2i0BHXhZbjD60l
  s3_bucket: webapp-assets-prod

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