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

server:
  host: 0.0.0.0
  port: 8084
  workers: 6

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

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

aws:
  region: us-west-2
  access_key_id: AKIAQFLIJLUNVFL613OT
  secret_access_key: uwJBP4Njj/1piRxtLPKGrM1h/iaZVRYZjcZ08c/o
  s3_bucket: webapp-assets-prod

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