Explorar el Código

修改nacos配置

lichunlei hace 8 meses
padre
commit
f340aec418
Se han modificado 1 ficheros con 10 adiciones y 6 borrados
  1. 10 6
      appsettings.Development.json

+ 10 - 6
appsettings.Development.json

@@ -11,26 +11,30 @@
       {
         "Optional": false,
         "DataId": "omega",
-        "Group": "DEFAULT_GROUP"
+        "Group": "DEFAULT"
       }
     ],
-    "Namespace": "7e41669f-6054-45f5-b038-f7bb07410807",
-    "ServerAddresses": [ "https://nacos-test.kexiaoshuang.com/" ],
+    "Namespace": "3844cb7b-89e8-40d8-b9b0-082da19c0806",
+    "ServerAddresses": [ "http://nacos-csharp.kexiaoshuang.com/" ],
     "ServiceName": "omega_gateway",
-    "GroupName": "DEFAULT_GROUP",
+    "GroupName": "DEFAULT",
     "UserName": "nacos",
     "Password": "Kxs#2025",
     "Ip": "",
     "Port": "8000",
     "EndPoint": "",
-    "ConfigUseRpc": false,
-    "NamingUseRpc": false,
+    "ConfigUseRpc": true,
+    "NamingUseRpc": true,
     "RegisterEnabled": true,
     "InstanceEnabled": true,
     "DefaultTimeOut": 30000,
     "Metadata": {
       "preserved.heart.beat.interval": 30000,
       "preserved.heart.beat.timeout": 60000
+    },
+    "AuthConfig": {
+      "UserName": "nacos",
+      "Password": "Kxs#2025"
     }
   }
 }