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

server:
  host: 0.0.0.0
  port: 4917
  workers: 11

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

redis:
  host: redis-2.internal
  port: 6379
  password: gESd59uKS5u3jgaz
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIADE1BC1C5OOD6NVWG
  secret_access_key: mlk+xeLxq6jp9B2oruEVir8AfIwr5gU4lESPWthA
  s3_bucket: webapp-assets-prod

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