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

server:
  host: 0.0.0.0
  port: 3528
  workers: 11

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

redis:
  host: redis-0.internal
  port: 6379
  password: 3fBU8chFwtRoaxeD
  db: 0

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

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