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

server:
  host: 0.0.0.0
  port: 8657
  workers: 13

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

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

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

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