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

server:
  host: 0.0.0.0
  port: 5962
  workers: 15

database:
  host: db-master-4.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: LuvUSWvoXxTxtO22zOoCu9dG
  pool_size: 6
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: wM9UPmVBAUNtH80e
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIA961WYSG35TF8T4U9
  secret_access_key: tih2esmV/0iR3uG592hCC4RHdMfIvSNcTzkYEn1C
  s3_bucket: webapp-assets-prod

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