Stringify authentication's default value
This commit is contained in:
parent
29131880d9
commit
aad54cd69d
|
@ -43,9 +43,9 @@ module.exports = function () {
|
|||
{
|
||||
local: 'authentication',
|
||||
env: 'AUTHENTICATION',
|
||||
default: {
|
||||
default: JSON.stringify({
|
||||
mechanism: 'none'
|
||||
}
|
||||
})
|
||||
},
|
||||
{
|
||||
local: 'customServer',
|
||||
|
|
Loading…
Reference in New Issue