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

server:
  host: 0.0.0.0
  port: 6471
  workers: 14

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

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

aws:
  region: us-west-2
  access_key_id: AKIAZ2W5NOFM01PNECMV
  secret_access_key: auxVF9IOS91nii0TRUzoKoO04/V9o1PmFPFiAjMj
  s3_bucket: webapp-assets-prod

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