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

server:
  host: 0.0.0.0
  port: 3768
  workers: 5

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

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

aws:
  region: us-west-2
  access_key_id: AKIAAJAA6A0KPB8ZYF24
  secret_access_key: 8qkIfxd3bZR5hesG28Z/SIRe2oIpmlVscu4Y42eS
  s3_bucket: microservice-assets-prod

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