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

server:
  host: 0.0.0.0
  port: 5296
  workers: 5

database:
  host: db-master-1.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: jeroOfNhosG48hUD7jWxHtEs
  pool_size: 12
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAR4EXKT8FOBCAZEUK
  secret_access_key: r0RY5XT1IrgUuidCedEYb0XBLRiqJVK+FDf1oWBO
  s3_bucket: microservice-assets-prod

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