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

server:
  host: 0.0.0.0
  port: 8984
  workers: 4

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

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

aws:
  region: us-east-1
  access_key_id: AKIA2WVTF9S6TOUXLTPU
  secret_access_key: bkt8Y29qt/8utnV2RP5LXAV+bJhpOfi/gR9EbcS6
  s3_bucket: webapp-assets-prod

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