Skip to content

Commit

Permalink
#178 Executor activated on "enableExecutor: true"
Browse files Browse the repository at this point in the history
Remove require-business for dsml-repo and some style fixes.
  • Loading branch information
pmeijer committed Feb 24, 2015
1 parent d78bcb8 commit 18cd762
Show file tree
Hide file tree
Showing 7 changed files with 359 additions and 324 deletions.
2 changes: 2 additions & 0 deletions src/bin/generate_dsml_repo_files.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var DEFAULT_CONFIG = "/*globals define*/\n" +
" sessioncookieid: 'webgmeSid',\n" +
" sessioncookiesecret: 'meWebGMEez',\n" +
"\n" +
" enableExecutor: false,\n" +
"\n" +
" paths: {\n" +
" //executor: './node_modules/webgme/src/middleware/executor'\n" +
" },\n" +
Expand Down
1 change: 1 addition & 0 deletions src/bin/getconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if (typeof define !== "function" && typeof require === "function" && typeof proc
secureREST: false,
httpsecure: false,
guest: false,
enableExecutor: false,
sessioncookieid: 'webgmeSid',
sessioncookiesecret: 'meWebGMEez',
debug: false,
Expand Down
Loading

0 comments on commit 18cd762

Please sign in to comment.