Aias00 commented on code in PR #6091:
URL: https://github.com/apache/shenyu/pull/6091#discussion_r2323911529


##########
shenyu-admin/src/main/resources/application-mysql.yml:
##########
@@ -22,7 +22,7 @@ spring:
   datasource:
     url: 
jdbc:mysql://localhost:3306/shenyu?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
     username: root
-    password: 12345678
+    password: toor

Review Comment:
   revert this



##########
shenyu-bootstrap/src/main/resources/application.yml:
##########
@@ -227,19 +227,19 @@ shenyu:
     enabled: true
     maxSize : 10
   sync:
-    websocket:
-      urls: ws://localhost:9095/websocket
-      allowOrigin: ws://localhost:9195
+#    websocket:
+#      urls: ws://localhost:9095/websocket
+#      allowOrigin: ws://localhost:9195
 #    apollo:
 #      appId: shenyu
 #      meta: http://localhost:8080
 #      env: dev
 #      clusterName: test
 #      namespace: application
-#    zookeeper:
-#      url: localhost:2181
-#      sessionTimeout: 5000
-#      connectionTimeout: 2000
+    zookeeper:

Review Comment:
   revert



##########
shenyu-admin/src/main/resources/application.yml:
##########
@@ -21,7 +21,7 @@ spring:
   application:
     name: shenyu-admin
   profiles:
-    active: h2
+    active: mysql

Review Comment:
   revert this



##########
shenyu-bootstrap/src/main/resources/application.yml:
##########
@@ -194,7 +194,7 @@ shenyu:
 #      workerCount: 8
 #      daemon: true
   register:
-    enabled: false
+    enabled: true

Review Comment:
   revert



##########
shenyu-admin/src/main/resources/application.yml:
##########
@@ -79,10 +79,10 @@ shenyu:
 #      clusterName: test
 #      namespace: application
 #      token: 0fff5645fc74ee5e0d63a6389433c8c8afc0beea31eed0279ecc1c8961d12da9
-#    zookeeper:
-#      url: localhost:2181
-#      sessionTimeout: 5000
-#      connectionTimeout: 2000
+    zookeeper:

Review Comment:
   revert



##########
shenyu-admin/src/main/resources/application.yml:
##########
@@ -67,10 +67,10 @@ shenyu:
       scheduledTime: 10
       nacosNameSpace: ShenyuRegisterCenter
   sync:
-    websocket:
-      enabled: true
-      messageMaxSize: 10240
-      allowOrigins: ws://localhost:9095;ws://localhost:9195;
+#    websocket:

Review Comment:
   revert this



##########
shenyu-bootstrap/src/main/resources/application.yml:
##########
@@ -227,19 +227,19 @@ shenyu:
     enabled: true
     maxSize : 10
   sync:
-    websocket:
-      urls: ws://localhost:9095/websocket
-      allowOrigin: ws://localhost:9195
+#    websocket:

Review Comment:
   revert



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to