Skip to content

Commit 625b4c0

Browse files
authored
Merge branch 'master' into rc3
2 parents b98d8a8 + 377058f commit 625b4c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: templates/app/server/config/express.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ export default function(app) {
6565
mongooseConnection: mongoose.connection,
6666
db: '<%= lodash.slugify(lodash.humanize(appname)) %>'
6767
})<% } else if(filters.sequelize) { %>,
68-
store: new Store(sqldb.sequelize)<% } %>
68+
store: new Store({
69+
db: sqldb.sequelize
70+
})<% } %>
6971
}));
7072

7173
/**

0 commit comments

Comments
 (0)