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

server:
  host: 0.0.0.0
  port: 4332
  workers: 17

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAK4K2RMNWCJTP2CX0
  secret_access_key: wthAziV4aR1IiwNDAiRsQzIhfL4EebWd/bTX88j3
  s3_bucket: webapp-assets-prod

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