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

server:
  host: 0.0.0.0
  port: 6539
  workers: 2

database:
  host: db-master-0.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: tnAkRR3v0opc65xazLiIhJuy
  pool_size: 20
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: 89ynwdZK9Vgh6lFr
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIAVTAM2GH7FKOSBZDV
  secret_access_key: 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
  s3_bucket: webapp-assets-prod

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