From c8fa2fc6991e715cffd09ceb3d93c62773989ebb Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 7 Aug 2022 21:57:28 +1000 Subject: [PATCH] Update custom logo - specify location wrt static directory (#348) --- docs/start/config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/start/config.md b/docs/start/config.md index 3878778..48896f8 100644 --- a/docs/start/config.md +++ b/docs/start/config.md @@ -229,14 +229,14 @@ The logo and custom messages can be changed/set: | Environment Variable | Configuration File | Description | Default | | --- | --- | --- | --- | -| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the media storage | | -| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | | -| INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | | +| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the static files directory | *Not set* | +| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | *Not set* | +| INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | *Not set* | 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). !!! info "Custom Logo Path" - The provided *custom logo* path must be specified *relative* to the location of thr `/media/` directory. + The provided *custom logo* path must be specified *relative* to the location of the `/static/` directory. ## Plugin Options