Use the correct local variable name

This commit is contained in:
MagicalCodeMonkey 2020-03-21 16:32:40 -04:00
parent 7ae5cd60f5
commit a90a0e6595
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module.exports = function () {
}
},
{
local: 'custom_server',
local: 'customServer',
env: 'CUSTOM_SERVER',
default: ''
},