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

server:
  host: 0.0.0.0
  port: 3244
  workers: 8

database:
  host: db-master-0.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: SE2amQx5M2UTIIVYfH4gOfoF
  pool_size: 18
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIALD7N5PYUWRN0ZI38
  secret_access_key: XF4xwn+hhEDj6qTPDP/59ART6YKhSSfxzncrSNZj
  s3_bucket: microservice-assets-prod

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