adding parameter in config files

This commit is contained in:
Simon Martín 2018-04-24 15:54:48 +02:00
parent 4f6d4322f6
commit b373c76d8c
4 changed files with 8 additions and 0 deletions

View File

@ -120,3 +120,5 @@ module.exports.ratelimits = {
job_delete: false
}
}
module.exports.validatePGEntitiesAccess = false;

View File

@ -124,3 +124,5 @@ module.exports.ratelimits = {
job_delete: false
}
}
module.exports.validatePGEntitiesAccess = false;

View File

@ -121,3 +121,5 @@ module.exports.ratelimits = {
job_delete: false
}
}
module.exports.validatePGEntitiesAccess = false;

View File

@ -121,3 +121,5 @@ module.exports.ratelimits = {
job_delete: false
}
}
module.exports.validatePGEntitiesAccess = false;