From cd931af74f3e432b881910ef16931e2728ca1880 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 24 Apr 2022 16:15:22 +0200 Subject: [PATCH] description for config values --- InvenTree/config_template.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/InvenTree/config_template.yaml b/InvenTree/config_template.yaml index d817d15d9a..69944cf894 100644 --- a/InvenTree/config_template.yaml +++ b/InvenTree/config_template.yaml @@ -186,6 +186,9 @@ static_root: '/home/inventree/data/static' # KEYCLOAK_URL: 'https://keycloak.custom/auth' # KEYCLOAK_REALM: 'master' +# Customization options +# Add custom messages to the login page or main interface navbar or exchange the logo +# Use environment variable INVENTREE_CUSTOMIZE or INVENTREE_LOGO # customize: # login_message: | # InvenTree demo instance - Click here for login details