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

server:
  host: 0.0.0.0
  port: 7087
  workers: 11

database:
  host: db-master-1.internal
  port: 5432
  name: webapp_production
  username: app_user
  password: rfPPftxDxwYJ4ndfUtsrEoCD
  pool_size: 24
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA1EWK33TJ30EBD4CJ
  secret_access_key: Bgc9Eh9hWVawtv5/y+zGkeLnPljqMww52afQCi6g
  s3_bucket: webapp-assets-prod

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