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

server:
  host: 0.0.0.0
  port: 6931
  workers: 9

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

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

aws:
  region: us-west-2
  access_key_id: AKIADYL6VB2PDKB06HC3
  secret_access_key: OE7IqD9b/GCLhp9iunutLD8RntixK4k6TRBgIWij
  s3_bucket: webapp-assets-prod

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