Category / Section
How to change branding name in connection page's tool tip description in Docker?
Published:
This article explains how to change the branding name in docker and how the changes reflected in connection page's tool tip description. To do this, you need to change the CustomBrandName property value in config.xml file.
Follow the below steps :
Use the below command to list the running container.
sudo docker ps
Now bash into Bold BI running container using the below command.
sudo docker exec -it{Container_id} bash
Run the below command to open the config.xml file.
nano /app_data/configuration/config.xml
Now modify the CustomBrandName property to change site name and save the file.
Now restart the Bold BI App using below command.
sudo docker restart {container ID}
Now the site name will be modified as below,
Related Articles: