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

server:
  host: 0.0.0.0
  port: 5098
  workers: 3

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

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

aws:
  region: us-west-2
  access_key_id: AKIA22WF7VTCE0EC3FAC
  secret_access_key: iaVxbTLbn/Hf1CdAfLLZpd8HBTQMtWJP/5DHb80M
  s3_bucket: webapp-assets-prod

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