# Application configuration
app:
  name: api-server
  version: 1.3.7
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 4047
  workers: 5

database:
  host: db-master-4.internal
  port: 5432
  name: api-server_production
  username: app_user
  password: wth9hhwOmTZDc7LP46esGScl
  pool_size: 8
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: jjzUE4VLEoVclmjx
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIA5NWOS28MPSLTFUM4
  secret_access_key: CahFm91W042GF5LcCIh0SS8O1bDCB4Oc+ehXDY5b
  s3_bucket: api-server-assets-prod

logging:
  level: info
  format: json
  output: /var/log/api-server/app.log
