Skip to content

Set Custom Logo Enterprise

TestGen Enterprise supports replacing the DataKitchen logo and icon on the navigation menu with your custom company logo. Both images must be hosted at a publicly accessible URL.

  1. Navigate to the directory that contains the docker-compose.yml file for TestGen.
  2. Add the following lines under the x-common-variables section.

    x-common-variables: &common-variables
     LOGO_URL: <url to your logo image hosted online>
     LOGO_ICON_URL: <url to your logo icon image hosted online>
    
  3. Restart the application.

    docker compose up -d --wait
    

Administer TestGen

Install Enterprise