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

server:
  host: 0.0.0.0
  port: 7369
  workers: 16

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

redis:
  host: redis-0.internal
  port: 6379
  password: 9v49CBwuPrPFbUYC
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIAIW2PI1KOW9VK93ML
  secret_access_key: bbiSV0ASYvqyY6eJHC9J5dGtovFI7//jr2ixx1Ux
  s3_bucket: microservice-assets-prod

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