Revert JSON.stringify of default value

This commit is contained in:
Brais Piñeiro 2020-05-08 00:12:24 +01:00 committed by GitHub
parent fe5d3cd36a
commit e29e95d39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ module.exports = function () {
{
local: 'authentication',
env: 'AUTHENTICATION',
default: JSON.stringify({
default: {
mechanism: 'none'
})
}
},
{
local: 'customServer',