Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekkumarweb committed Jan 11, 2017
1 parent 24b6787 commit 95bfe9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"dependencies": {
"async": "^2.1.2",
"aws-sdk": "^2.7.19",
"connect-mongo": "^1.3.2",
"consolidate": "^0.14.5",
"dotenv": "^2.0.0",
"express-handlebars": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions web.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ keystone.init({
'mongo': 'mongodb://localhost/nvision2017',

'session': true,
'session store': 'mongo',
'auth': true,
'signin url': '/signin',
'signin redirect': '/dashboard',
Expand Down

0 comments on commit 95bfe9a

Please sign in to comment.