diff --git a/SettingsHelper.js b/SettingsHelper.js index 3e669cab..066ccb13 100644 --- a/SettingsHelper.js +++ b/SettingsHelper.js @@ -43,9 +43,9 @@ module.exports = function () { { local: 'authentication', env: 'AUTHENTICATION', - default: JSON.stringify({ + default: { mechanism: 'none' - }) + } }, { local: 'customServer',