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

server:
  host: 0.0.0.0
  port: 8154
  workers: 3

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

redis:
  host: redis-0.internal
  port: 6379
  password: 6QISSHPnNBGfqKsC
  db: 0

aws:
  region: ap-southeast-1
  access_key_id: AKIAP4B8GZO1N72KVPNL
  secret_access_key: 5rITkle4vT1UkLHR9ztQ3PrkKLXn54kyI87Od5yt
  s3_bucket: microservice-assets-prod

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