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

server:
  host: 0.0.0.0
  port: 7703
  workers: 16

database:
  host: db-master-0.internal
  port: 5432
  name: backend_production
  username: app_user
  password: G3dGKyZiDo5wlqB9q9JGROPk
  pool_size: 10
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAHJWXC8IPILNUKB73
  secret_access_key: UIQoaDgN0BOgaffbQgDBk6PTU1PG9Dg65TcSivrM
  s3_bucket: backend-assets-prod

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