Versions Compared

Key

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

...

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