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

server:
  host: 0.0.0.0
  port: 6832
  workers: 9

database:
  host: db-master-3.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: DYc6SeGjHyBuL6U2gKfQB9HO
  pool_size: 23
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: 6DefbcNhG4I0l4ZT
  db: 0

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

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