Update the Vera user guide URL
The URL of the Tricentis Vera user guide is preconfigured to Tricentis Vera documentation. However, you can change it for a particular system.
To update the Tricentis Vera user guide URL, follow these steps:
-
Sign in to the Tricentis Vera web portal as an administrative user.
Once signed in, you can view the Tricentis Vera user guide URL in the profile menu in the upper right corner of the Tricentis Vera application.
-
Update the URLby following one of these methods:
Add an environment variable to the docker-compose.yml file
To add an environment variable to the docker-compose.yml file, follow these steps:
-
Open the
docket-compose.ymlfile on the server.sudo nano docker-compose.yml -
Navigate to the
vera.web.portalsection and add the following line below the environment header:- VERA_USER_GUIDE_URL=<custom_url>Replace <custom_url> with your custom URL.
-
Restart the Vera web portal.
Update the config.yaml file
To update the config.yaml file, follow these steps:
-
Navigate to the
Configsdirectory and open the config.yaml file. -
Add the following line to the file:
userGuideUrl: <custom_url>Replace <custom_url> with your custom URL.
Add an environment variable
You can only add environment variables for non-Docker installation:
-
Open the Environment Variables window.
-
Add a new system variable and replace <custom_url> with your custom URL.
-
Restart the Vera web portal and the parent application, such as PowerShell, Command Prompt, or Visual Studio.