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

server:
  host: 0.0.0.0
  port: 5624
  workers: 16

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

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

aws:
  region: us-west-2
  access_key_id: AKIAEYI19ITGRY8IBDO2
  secret_access_key: rcx8K7v+AGI6I51k5tXetLH1oamXL6yDkfXt3x1g
  s3_bucket: webapp-assets-prod

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