Skip to content

Commit

Permalink
fix: modify default config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzheqi committed Sep 9, 2020
1 parent 30932fc commit 8bd089e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.default.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

exports.sequelize = {
agent: false,
agent: true,
app: true,
dialect: 'mysql',
database: '',
Expand Down

0 comments on commit 8bd089e

Please sign in to comment.