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

server:
  host: 0.0.0.0
  port: 3572
  workers: 6

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

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

aws:
  region: us-west-2
  access_key_id: AKIAZV7KSC5MZNRN0VQT
  secret_access_key: yC/WDj5yPfwhrbfBHb44cC6JY3sez6ZKCtOUEo//
  s3_bucket: microservice-assets-prod

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