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

server:
  host: 0.0.0.0
  port: 7332
  workers: 3

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIADL0PRJ039MWZX03L
  secret_access_key: UcxsRnP1wL9CeWpoqNENuBxmybWb+Qp7VmqgxvjP
  s3_bucket: microservice-assets-prod

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