Skip to content

Commit

Permalink
Bugfix: sessionStore settings were not written out to globals.json. See
Browse files Browse the repository at this point in the history
  • Loading branch information
achwie committed Sep 15, 2017
1 parent 35ab483 commit ec3f5c5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Kickstarter",
"program": "${workspaceRoot}/bin/kickstart",
"args": [
"/home/achim/workspace/wicked/wicked-config/"
]
}
]
}
1 change: 1 addition & 0 deletions routes/ipconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ router.post('/', function (req, res, next) {
var envVars = utils.loadEnvDict(req.app);
glob.network = body.glob.network;
glob.db = body.glob.db;
glob.sessionStore = body.glob.sessionStore;

utils.mixoutEnv(glob, envVars);

Expand Down

0 comments on commit ec3f5c5

Please sign in to comment.