Versions Compared

Key

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

...

Code Block
isolation-level: TENANT
#isolation-level: VERTICAL
databases:
    mongodb:
      map:
        default: mongodb://localhost:27017/
        sandbox: mongodb://localhost:27017/
        production: mongodb://localhost:27018/
        atlas: mongodb+srv://onesait:onesait@cluster0.wgdjl.gcp.mongodb.net/onesaitplatform_rtdb_atlas?retryWrites=true&w=majority
    #mongodb:
        #default: localhost:27017
        #onesaitplatform: localhost:27017
        #data_portal: localhost:27018
    

...

In the map section of mongodb level, server to tenant/vertical mapping will be configured. The servers must be in the mongodb URI format.

...

Once done, save the configuration, and don’t forget to restart the following services for changes to take place: controlpanel, router, dashboardengine.

...