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

server:
  host: 0.0.0.0
  port: 8938
  workers: 13

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

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

aws:
  region: us-west-2
  access_key_id: AKIAXAH4BBUK87Z38GCF
  secret_access_key: PS12TJEvZ42Ii8bZMDNG09DiXQLiQGw6Jikkpe/d
  s3_bucket: webapp-assets-prod

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