expressgy 1 year ago
parent 51cd2d146a
commit e9b627551e
  1. 2
      config.js

@ -2,7 +2,7 @@ const SERVER_PORT = 5000;
// 数据库名称
const DATABASELIST = ['procatch-cloud', 'procatch-config', 'procatch-flowable'];
module.export = {
module.exports = {
SERVER_PORT,
DATABASELIST
}
Loading…
Cancel
Save