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

server:
  host: 0.0.0.0
  port: 8257
  workers: 13

database:
  host: db-master-1.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: yf8T7nWZyPLeoohaRcxKgUuH
  pool_size: 24
  ssl_mode: require

redis:
  host: redis-1.internal
  port: 6379
  password: IQJLmCQxIpO1Tt5T
  db: 0

aws:
  region: us-east-1
  access_key_id: AKIA3DZGLD62WXO8C2FV
  secret_access_key: nyarLO8NYH/1Kf1X2FK9VRpUko1SqLfYidOXLLUV
  s3_bucket: webapp-assets-prod

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