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

server:
  host: 0.0.0.0
  port: 6733
  workers: 2

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA2699ZW3O03STPP5T
  secret_access_key: 8abecwoA08rq5r1nP9xtq9COG3R3Jt/GGmuMXL7a
  s3_bucket: webapp-assets-prod

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