mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix DEBUG environment variable check
This commit is contained in:
parent
09f6dcbde1
commit
f010235ff2
3 changed files with 6 additions and 6 deletions
|
|
@ -129,7 +129,7 @@ Meteor.startup(() => {
|
|||
validateUrl: process.env.CASE_VALIDATE_URL,
|
||||
casVersion: 3.0,
|
||||
attributes: {
|
||||
debug: process.env.DEBUG,
|
||||
debug: process.env.DEBUG === 'true',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue