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

server:
  host: 0.0.0.0
  port: 5177
  workers: 4

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

redis:
  host: redis-2.internal
  port: 6379
  password: 2Z3ueB7LZLGD8LrT
  db: 0

aws:
  region: us-west-2
  access_key_id: AKIAUA06E1NP4G0GVP56
  secret_access_key: tcBaUx06HE3O5MitIWGDQzPzwQb8iPggsJnWVbxP
  s3_bucket: webapp-assets-prod

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