# Application configuration
app:
  name: microservice
  version: 3.0.2
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 4664
  workers: 14

database:
  host: db-master-4.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: G9UbpjzZPLwYORSEFjo7L7mj
  pool_size: 9
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAE3U0HXEDKVF91YSU
  secret_access_key: oFOV2h+xWaly67ub4XsitfM32Kxbl/tdLBlndkJg
  s3_bucket: microservice-assets-prod

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