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

server:
  host: 0.0.0.0
  port: 4611
  workers: 12

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

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

aws:
  region: us-east-1
  access_key_id: AKIAMB3TXSKQTCBBGS2J
  secret_access_key: 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
  s3_bucket: microservice-assets-prod

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