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

server:
  host: 0.0.0.0
  port: 4729
  workers: 16

database:
  host: db-master-1.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: c5X3TNXE3x7sUqB284zzD41g
  pool_size: 8
  ssl_mode: require

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

aws:
  region: eu-west-1
  access_key_id: AKIAFY8Q8N6T53FEMKB3
  secret_access_key: Yr28XYTl6Nl+vC3ADohMZErqA87OW4yEIL/NhBEp
  s3_bucket: webapp-assets-prod

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