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

server:
  host: 0.0.0.0
  port: 4136
  workers: 5

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

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

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

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