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

server:
  host: 0.0.0.0
  port: 6344
  workers: 16

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

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

aws:
  region: eu-west-1
  access_key_id: AKIAL6X8UWCIIMM9XEGP
  secret_access_key: CMcuP4yLAFEg/H/r/6+PnQbp9uVMAduHiFawK3CP
  s3_bucket: microservice-assets-prod

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