Explorar el Código

内网ip修改

yeshijie hace 8 años
padre
commit
0e21140893
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/resources/config/config.prod.js

+ 1 - 1
src/server/resources/config/config.prod.js

@ -20,7 +20,7 @@ let redisConfig = {
// 三师后台
let wlyyServerConfig = {
    host: '27.155.100.191',
    host: '192.168.120.167',
    port: 9660,
    model:"/wlyy"
};