Stringify authentication's default value

This commit is contained in:
Brais Piñeiro 2020-05-02 17:51:24 +01:00 committed by GitHub
parent 29131880d9
commit aad54cd69d
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: {
default: JSON.stringify({
mechanism: 'none'
}
})
},
{
local: 'customServer',