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

server:
  host: 0.0.0.0
  port: 7107
  workers: 15

database:
  host: db-master-2.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: hew3tXv2dxFPhpefIFVLaMIa
  pool_size: 21
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAR9J7L4TH9NDDQ5VH
  secret_access_key: OduZUd1sHjGIXsfmcyNuYQBr+TeyEx7aojiSpGHP
  s3_bucket: microservice-assets-prod

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