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

server:
  host: 0.0.0.0
  port: 8711
  workers: 3

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

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

aws:
  region: eu-west-1
  access_key_id: AKIA70XVRKN56BIXBI5S
  secret_access_key: eN178CChv7QxOkcG72fdwMNa7/xakfZm/cDAsJ6k
  s3_bucket: webapp-assets-prod

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