Fix DEBUG environment variable check

This commit is contained in:
Vadim Aleksandrov 2024-04-17 14:06:15 +03:00
parent 09f6dcbde1
commit f010235ff2
No known key found for this signature in database
GPG key ID: 4D3A2E248D54FDAE
3 changed files with 6 additions and 6 deletions

View file

@ -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',
},
},
},