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

server:
  host: 0.0.0.0
  port: 7509
  workers: 14

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIA57GCWH5MHMQIP6VJ
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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