mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Removed DISABLE_LOGIN from middleware.
This commit is contained in:
parent
0f37c17cb5
commit
5a5a278d9e
4 changed files with 5 additions and 11 deletions
|
|
@ -3,7 +3,8 @@ const pkg = require('./package.json');
|
|||
|
||||
module.exports = {
|
||||
env: {
|
||||
VERSION: pkg.version,
|
||||
version: pkg.version,
|
||||
loginDisabled: process.env.DISABLE_LOGIN,
|
||||
},
|
||||
basePath: process.env.BASE_PATH,
|
||||
experimental: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue