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

server:
  host: 0.0.0.0
  port: 8362
  workers: 5

database:
  host: db-master-1.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: 17AeVZjyumMgvSZYe5mSi1ro
  pool_size: 16
  ssl_mode: require

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

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

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