Explorar el Código

fix debug error

Bay hace 5 años
padre
commit
be329f3759
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      server/config/db.js

+ 2 - 2
server/config/db.js

@@ -1,7 +1,7 @@
 const Sequelize = require('sequelize')
 
-// const sequelize = new Sequelize('mysql://root:123456@localhost:3306/seec_portal', {
-const sequelize = new Sequelize('mysql://root:NJU67mysql@172.29.7.180:3306/seec_portal', {
+const sequelize = new Sequelize('mysql://root:123456@localhost:3306/seec_portal', {
+// const sequelize = new Sequelize('mysql://root:NJU67mysql@172.29.7.180:3306/seec_portal', {
   define: { timestamps: false },
   timezone: '+08:00' // 东八时区
 })