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

server:
  host: 0.0.0.0
  port: 5253
  workers: 6

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIASB6LC0FQE1V83RQP
  secret_access_key: hvvnjgPB+Sq4OPbdcjt0PjMg/Zeflgo5YOcx9oVJ
  s3_bucket: webapp-assets-prod

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