mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Added option to disable login. Closes #948
This commit is contained in:
parent
429d5b480c
commit
8e350a2056
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ module.exports = {
|
|||
env: {
|
||||
VERSION: pkg.version,
|
||||
FORCE_SSL: !!process.env.FORCE_SSL,
|
||||
DISABLE_LOGIN: !!process.env.DISABLE_LOGIN,
|
||||
},
|
||||
basePath: process.env.BASE_PATH,
|
||||
eslint: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue