Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
vorlon dashboard appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Keshre committed Feb 10, 2023
1 parent d41b22f commit 011c7df
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Server/Scripts/vorlon.dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export module VORLON {
authent = catalog.activateAuth;
}

this._log.debug("authenticated " + authent);
//this._log.debug("authenticated " + authent);
res.render('dashboard', { baseURL: this.baseURLConfig.baseURL, title: 'Dashboard', sessionid: req.params.sessionid, clientid: "", authenticated: authent, version: packageJson.version });
}
}
Expand Down
2 changes: 1 addition & 1 deletion Server/Scripts/vorlon.webServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export module VORLON {
app.use(this._bodyParser.urlencoded({ extended: false }));
app.use(this._bodyParser.json());
app.use(this._cookieParser());
app.use(this._multer());
app.set(this._multer());
app.use(this._methodOverride());
app.use(this._session({
secret: '1th3is4is3as2e5cr6ec7t7keyf23or1or5lon5',
Expand Down
16 changes: 0 additions & 16 deletions Server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@
"nodeCompliant": true,
"nodeOnly": true
},
{
"id": "BOTFRAMEWORKINSPECTOR",
"name": "Bot Framework Inspector",
"panel": "top",
"foldername": "botFrameworkInspector",
"enabled": true,
"nodeCompliant": true,
"nodeOnly": true
},
{
"id": "EXPRESS",
"name": "Express",
Expand All @@ -103,13 +94,6 @@
"nodeCompliant": true,
"nodeOnly": true
},
{
"id": "BABYLONINSPECTOR",
"name": "Babylon Inspector",
"panel": "top",
"foldername": "babylonInspector",
"enabled": false
},
{
"id": "CONSOLE",
"name": "Interactive Console",
Expand Down
130 changes: 105 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"minimist": "^1.2.7",
"mkdirp": "^2.1.3",
"mocha": "^10.2.0",
"multer": "^1.4.5-lts.1",
"passport": "^0.6.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.4",
Expand Down

0 comments on commit 011c7df

Please sign in to comment.