mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Made FAVICON_URL a runtime variable. Closes #3412
This commit is contained in:
parent
038d3d6000
commit
6e6c1df858
2 changed files with 5 additions and 1 deletions
|
|
@ -6,5 +6,6 @@ export async function getConfig() {
|
|||
trackerScriptName: process.env.TRACKER_SCRIPT_NAME,
|
||||
uiDisabled: !!process.env.DISABLE_UI,
|
||||
updatesDisabled: !!process.env.DISABLE_UPDATES,
|
||||
faviconUrl: process.env.FAVICON_URL,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue