mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Display custom tracker script name.
This commit is contained in:
parent
8e350a2056
commit
c7a3505c39
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ module.exports = {
|
|||
VERSION: pkg.version,
|
||||
FORCE_SSL: !!process.env.FORCE_SSL,
|
||||
DISABLE_LOGIN: !!process.env.DISABLE_LOGIN,
|
||||
TRACKER_SCRIPT_NAME: process.env.TRACKER_SCRIPT_NAME,
|
||||
},
|
||||
basePath: process.env.BASE_PATH,
|
||||
eslint: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue