Skip to content

Commit

Permalink
Resolving merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrazzatti committed Feb 2, 2021
1 parent 9cac48a commit 4c4270e
Show file tree
Hide file tree
Showing 6 changed files with 877 additions and 1,157 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ api/controllers/**/*.js
typescript/api/controllers/**/*.js
typescript/api/services/**/*.js
assets/angular
api/core/*.js
api/core/**/*.js
dev
6 changes: 3 additions & 3 deletions config/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ module.exports.session = {
* Use the latest version with Node >= 4.0 *
* *
***************************************************************************/

adapter: 'mongo',
url: 'mongodb://mongodb:27017/sessions', // user, password and port optional
// TODO: Reinstate mongo as default
// adapter: 'mongo',
// url: 'mongodb://mongodb:27017/sessions', // user, password and port optional

/***************************************************************************
* *
Expand Down
Loading

0 comments on commit 4c4270e

Please sign in to comment.