Enabling multiple users

 

By default, T-VREX enables multi-user mode, with no need for additional configurations.


If you want to have more server instances, you must install and configure Redis database and RedisJSON modules.

Run the following steps:

 

  1. Install Redis by running the following command:
    docker run -p <port>:<port> --name redis-redisjson redislabs/rejson:latest

    where <port> is the Redis port

  2. Add your Redis hostname and port in the T_VREX configuration file:
    MULTIUSER_DATABASE_URL =<hostname>:<port>

 

 

Leave feedback