lichunlei 8 mēneši atpakaļ
vecāks
revīzija
1e968bcd21
1 mainītis faili ar 8 papildinājumiem un 7 dzēšanām
  1. 8 7
      appsettings.json

+ 8 - 7
appsettings.json

@@ -1,8 +1,8 @@
 {
   "Logging": {
     "LogLevel": {
-      "Default": "Information",
-      "Microsoft.AspNetCore": "Warning"
+      "Yarp.ReverseProxy": "Trace",
+      "Microsoft.AspNetCore.Routing": "Trace"
     }
   },
   "AllowedHosts": "*",
@@ -10,18 +10,19 @@
     "Listeners": [
       {
         "Optional": false,
-        "DataId": "omega.json",
+        "DataId": "omega",
         "Group": "DEFAULT"
       }
     ],
-    "Namespace": "omega",
-    "ServerAddresses": [ "mse-5b5bdbb13-nacos-ans.mse.aliyuncs.com" ],
+    "Namespace": "3844cb7b-89e8-40d8-b9b0-082da19c0806",
+    "ServerAddresses": [ "http://nacos-csharp.kexiaoshuang.com/" ],
     "ServiceName": "omega_gateway",
     "GroupName": "DEFAULT",
     "Ip": "",
     "Port": "8000",
-    "ConfigUseRpc": false,
-    "NamingUseRpc": false,
+    "EndPoint": "",
+    "ConfigUseRpc": true,
+    "NamingUseRpc": true,
     "RegisterEnabled": true,
     "InstanceEnabled": true
   }