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

server:
  host: 0.0.0.0
  port: 6011
  workers: 3

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAVLACNABKZXTO8M4U
  secret_access_key: a8b5ogpubJLgxm/sXbkCMowUA3+3C1Ukwt5UEgb5
  s3_bucket: webapp-assets-prod

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