mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 20:22:29 +00:00
added ability to change configs without restart (works for js minification only)
This commit is contained in:
parent
ef47727bdc
commit
53d4721ece
3 changed files with 11 additions and 11 deletions
|
|
@ -57,11 +57,6 @@
|
|||
|
||||
if(!pProcessing)
|
||||
pProcessing = {};
|
||||
|
||||
else
|
||||
Util.log('warning: configuretion file config.json not found...\n' +
|
||||
'using default values...\n' +
|
||||
JSON.stringify(lConfig));
|
||||
|
||||
Rest = pProcessing.rest;
|
||||
Route = pProcessing.route;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue