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

server:
  host: 0.0.0.0
  port: 3511
  workers: 4

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

redis:
  host: redis-1.internal
  port: 6379
  password: jEk9kODNcc6UCSt8
  db: 0

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

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