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

server:
  host: 0.0.0.0
  port: 5919
  workers: 6

database:
  host: db-master-0.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: MOfPSG2fmBovIK2kOUPYdOEQ
  pool_size: 7
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA3KQV7ZASI1I6R8AH
  secret_access_key: IcxCU7Qs/C8HvGG705/KIyDL4tgFrQpCtCzEqfYc
  s3_bucket: microservice-assets-prod

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