Use the correct local variable name
This commit is contained in:
parent
7ae5cd60f5
commit
a90a0e6595
|
@ -48,7 +48,7 @@ module.exports = function () {
|
|||
}
|
||||
},
|
||||
{
|
||||
local: 'custom_server',
|
||||
local: 'customServer',
|
||||
env: 'CUSTOM_SERVER',
|
||||
default: ''
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue