From a4ad62f9a7e678033a48d0d51b13a5c9c3dab984 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 25 Oct 2024 13:44:59 +0200 Subject: [PATCH] Changed example --- docs/docs/start/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/start/config.md b/docs/docs/start/config.md index 9b04e505c632..28c01c648909 100644 --- a/docs/docs/start/config.md +++ b/docs/docs/start/config.md @@ -370,13 +370,13 @@ The logo and custom messages can be changed/set: | INVENTREE_CUSTOMIZE | customize.hide_pui_banner | Disable PUI banner | False | The INVENTREE_CUSTOMIZE environment variable must contain a json object with the keys from the table above and -the wanted values. Setting the variable is a bit tricky in bash because of json syntax. Example: +the wanted values. Example: ``` -export INVENTREE_CUSTOMIZE="{\"login_message\":\"Hallo Michi\",\"hide_pui_banner\":\"True\"}" +INVENTREE_CUSTOMIZE={"login_message":"Hallo Michi","hide_pui_banner":"True"} ``` -This example removes the PUI banner and sets a login message. Take care of the double quotes. +This example removes the PUI banner and sets a login message. Take care of the double quotes. If you want to remove the InvenTree branding as far as possible from your end-user also check the [global server settings](../settings/global.md#server-settings).