Skip to content

Commit

Permalink
feat: tweak config
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Aug 17, 2022
1 parent fc55d75 commit fdc4691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.local.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ module.exports = () => {
enable: false,
defaultHost: '',
};

// inject-extra-config
return config;
};
2 changes: 2 additions & 0 deletions config/config.unittest.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ module.exports = appInfo => {

config.sequelize = dbConfig.test;
config.keys = appInfo.name + '_unittest_key';

// inject-extra-config
return config;
};

0 comments on commit fdc4691

Please sign in to comment.