Browse Source

修改mq.json

o2sword 5 years ago
parent
commit
54029156e6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      o2server/configSample/mq.json

+ 2 - 2
o2server/configSample/mq.json

@@ -1,5 +1,5 @@
 {
-  "enable": true,
+  "enable": false,
   "mq":"kafka",
   "kafka":{
 	  "bootstrap_servers": "localhost:9092",
@@ -28,4 +28,4 @@
   },
   "###enable": "是否启用.###",
   "###mq": "消息服务类型.###"
-}
+}