Missed the authentication setting

This commit is contained in:
MagicalCodeMonkey 2020-03-14 02:10:50 -04:00
parent 7e7adb9d3a
commit b62ec3b9e4
1 changed files with 7 additions and 0 deletions

View File

@ -40,6 +40,13 @@ module.exports = function () {
env: 'AUTOJOIN_PASSWORD', env: 'AUTOJOIN_PASSWORD',
default: '' default: ''
}, },
{
local: 'authentication',
env: 'AUTHENTICATION',
default: {
mechanism: 'none'
}
},
{ {
local: 'custom_server', local: 'custom_server',
env: 'CUSTOM_SERVER', env: 'CUSTOM_SERVER',