哆啦好梦 2 years ago
parent
commit
13aa9c24ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      electron/config/config.default.js

+ 2 - 2
electron/config/config.default.js

@@ -81,7 +81,7 @@ module.exports = (appInfo) => {
    * 内置socket服务
    */   
   config.socketServer = {
-    enable: true,
+    enable: false,
     port: 7070,
     path: "/socket.io/",
     connectTimeout: 45000,
@@ -98,7 +98,7 @@ module.exports = (appInfo) => {
    * 内置http服务
    */     
   config.httpServer = {
-    enable: true,
+    enable: false,
     https: {
       enable: false, 
       key: '/public/ssl/localhost+1.key',