Allow local config.json to overwrite defaults.

This commit is contained in:
Your Name 2014-06-06 23:00:32 +02:00
parent ddb629c320
commit 1aba5ccd2e
3 changed files with 18 additions and 7 deletions
server

View file

@ -17,4 +17,5 @@
lib('crypto');
lib('fs');
lib('glob');
lib('deepExtend', 'deep-extend');
})();