Arquivos
Brian Broll af5d74483a Added read-only tier of changes being applied. Fixes #826 (#827)
* Added read-only tier of changes being applied. Fixes #826

WIP #826 Updated currentChanges name. Added debugging

WIP #826 Added get/setAttr test for ExecJob

WIP #826 Added get/set attr tests

WIP #826 Added logs to try to figure out what on earth is going wrong

WIP #826 Fixed typo in test

WIP #826 Removed debugging logging

WIP #826 Enabled all tests

* WIP #826 Fixed code climate issue
2016-09-26 19:18:20 -05:00
..
2016-03-10 04:19:37 -06:00
2016-03-10 04:19:37 -06:00

Configuration

Overwrite/append the default webgme configuration in config.default.js.

When adding your own paths, make sure to either use __dirname or a relative path which will be resolved from your repository's root.

To load another configuration set the environment variable NODE_ENV to the wanted configuration, e.g. on windows set NODE_ENV = app will load config.app.js.