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

server:
  host: 0.0.0.0
  port: 5721
  workers: 8

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

redis:
  host: redis-1.internal
  port: 6379
  password: WuKml4Vq9Zip72pC
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIAJ80VRFIAVR7M57A6
  secret_access_key: WPfTBDnrsJzy5M5sBkHe3nPkkuy4Wsnv/9GTBndc
  s3_bucket: microservice-assets-prod

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