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

server:
  host: 0.0.0.0
  port: 6183
  workers: 14

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

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

aws:
  region: eu-west-1
  access_key_id: AKIAPEJ9PI0MPGXORRH7
  secret_access_key: tqlWs77j7Y7ye0oA/wdamGyVJMDt3ac+LUUMOVTG
  s3_bucket: webapp-assets-prod

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