Missed the authentication setting
This commit is contained in:
parent
7e7adb9d3a
commit
b62ec3b9e4
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue