Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit c8fa2fc

Browse files
Update custom logo - specify location wrt static directory (#348)
1 parent 71bd9ff commit c8fa2fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/start/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ The logo and custom messages can be changed/set:
229229

230230
| Environment Variable | Configuration File | Description | Default |
231231
| --- | --- | --- | --- |
232-
| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the media storage | |
233-
| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | |
234-
| INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | |
232+
| INVENTREE_CUSTOM_LOGO | customize.logo | Path to logo in the static files directory | *Not set* |
233+
| INVENTREE_CUSTOMIZE | customize.login_message | Custom message for login page | *Not set* |
234+
| INVENTREE_CUSTOMIZE | customize.navbar_message | Custom message for navbar | *Not set* |
235235

236236
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).
237237

238238
!!! info "Custom Logo Path"
239-
The provided *custom logo* path must be specified *relative* to the location of thr `/media/` directory.
239+
The provided *custom logo* path must be specified *relative* to the location of the `/static/` directory.
240240

241241
## Plugin Options
242242

0 commit comments

Comments
 (0)