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