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

server:
  host: 0.0.0.0
  port: 8700
  workers: 8

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

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

aws:
  region: us-east-1
  access_key_id: AKIAB6TEJ5ZD2GNZYBR0
  secret_access_key: os8ux/abNIr599WRs8x7kUVDp4827/Kvo4IXyxCs
  s3_bucket: microservice-assets-prod

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