Added ; to the end of disabledfile config param
This commit is contained in:
parent
8b7dc6f058
commit
373dca0733
@ -72,4 +72,4 @@ module.exports.health = {
|
||||
username: 'development',
|
||||
query: 'select 1'
|
||||
};
|
||||
module.exports.disabled_file = 'pids/disabled'
|
||||
module.exports.disabled_file = 'pids/disabled';
|
||||
|
@ -81,4 +81,4 @@ module.exports.health = {
|
||||
username: 'development',
|
||||
query: 'select 1'
|
||||
};
|
||||
module.exports.disabled_file = 'pids/disabled'
|
||||
module.exports.disabled_file = 'pids/disabled';
|
||||
|
@ -81,4 +81,4 @@ module.exports.health = {
|
||||
username: 'development',
|
||||
query: 'select 1'
|
||||
};
|
||||
module.exports.disabled_file = 'pids/disabled'
|
||||
module.exports.disabled_file = 'pids/disabled';
|
||||
|
@ -70,4 +70,4 @@ module.exports.health = {
|
||||
username: 'vizzuality',
|
||||
query: 'select 1'
|
||||
};
|
||||
module.exports.disabled_file = 'pids/disabled'
|
||||
module.exports.disabled_file = 'pids/disabled';
|
||||
|
Loading…
Reference in New Issue
Block a user