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

server:
  host: 0.0.0.0
  port: 4815
  workers: 15

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

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

aws:
  region: eu-west-1
  access_key_id: AKIADYZC6T2S1KFH2X9H
  secret_access_key: 9yPcjfO5IhHwrlDpiVtZ0y2iRQHDYi7+ojKbZpxp
  s3_bucket: webapp-assets-prod

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