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

server:
  host: 0.0.0.0
  port: 3801
  workers: 8

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

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

aws:
  region: ap-southeast-1
  access_key_id: AKIATPVCAZ9WNH5N4HPZ
  secret_access_key: 6Hev0hRgHlV7zSIcqwo9DWXd3qK2GCGFI83V8gVL
  s3_bucket: microservice-assets-prod

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