From 40fb1329bb53398e5d3425fc77e1cbf99007483c Mon Sep 17 00:00:00 2001 From: Peter Kopias Date: Tue, 17 Oct 2023 02:25:05 +0200 Subject: [PATCH] add /static/ relative comment and update splash image path in config_template.yaml (#5433) * add /static/ relative comment and update splash image path in config_template.yaml * Update config_template.yaml Fix paths --------- Co-authored-by: Oliver --- InvenTree/config_template.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/InvenTree/config_template.yaml b/InvenTree/config_template.yaml index 20213ff22f..82feafd963 100644 --- a/InvenTree/config_template.yaml +++ b/InvenTree/config_template.yaml @@ -273,13 +273,14 @@ remote_login_header: HTTP_REMOTE_USER # Customization options # Add custom messages to the login page or main interface navbar or exchange the logo # Use environment variable INVENTREE_CUSTOMIZE or INVENTREE_CUSTOM_LOGO +# Logo and splash paths and filenames must be relative to the static_root directory # customize: # login_message: InvenTree demo instance - Click here for login details # navbar_message:
InvenTree demo mode
-# logo: logo.png -# splash: splash_screen.jpg # hide_admin_link: true # hide_password_reset: true +# logo: img/custom_logo.png +# splash: img/custom_splash.jpg # Platform UI options # pui_settings: