Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote

This feature is intended to work with a Blueriq Runtime that has Multi-tenancy enabled. See Multi-tenant setup and Runtime multi-tenancy for more information.

Example tenant configuration

Code Block
languageyml
titleblueriq-dcm-lists.yml
blueriq:
  dcm:
    lists:
      multi-tenancy:
        enabled: true
        allowed-tenants:
          - A
          - B
        tenants:
          A:
            mongodb:
              host: localhost
              port: 27017
              database: A
            rabbitmq:
              host: localhost
              port: 5672
              virtualHost: A
              username: A
              password: A
              ssl:
                enabled: false
              queueNames: A
          B:
            mongodb:
              host: localhost
              port: 27017
              database: B
            rabbitmq:
              host: localhost
              port: 5672
              virtualHost: B
              username: B
              password: B
              ssl:
                enabled: false
              queueNames: B