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

server:
  host: 0.0.0.0
  port: 6802
  workers: 6

database:
  host: db-master-2.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: 8I818ePomS6Oecny06d0Kvgg
  pool_size: 20
  ssl_mode: require

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

aws:
  region: us-west-2
  access_key_id: AKIAVYF3Q3FV9PTXEFHW
  secret_access_key: +/HV2SiLnfSZvC7m0MVrQYvmdHKV/sqA2IWPALem
  s3_bucket: microservice-assets-prod

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