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

server:
  host: 0.0.0.0
  port: 7016
  workers: 2

database:
  host: db-master-3.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: nM3yszXyxW0JkhiUMVt2BKNQ
  pool_size: 19
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: 8lgXECgE7VDBZKad
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIAE836VD560377M0P0
  secret_access_key: fnjI8YB4PDwUtsSmdPO20pLmpFHWe1SgI65S21/L
  s3_bucket: webapp-assets-prod

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