# Application configuration
app:
  name: backend
  version: 4.0.19
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 7655
  workers: 6

database:
  host: db-master-3.internal
  port: 5432
  name: backend_production
  username: app_user
  password: lYuXo2IvgCAH11irsPiR8Lj1
  pool_size: 8
  ssl_mode: require

redis:
  host: redis-2.internal
  port: 6379
  password: ZEEaJn2xyyl85EIe
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIAK1522I4VCKBDF8ZI
  secret_access_key: hxR6AOPRonLh66ipLcqlSRRzu4OPf4W7CFgU4NW5
  s3_bucket: backend-assets-prod

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