Browse Source

清除配置

lichunlei 2 years ago
parent
commit
1143ad3cd9
1 changed files with 6 additions and 12 deletions
  1. 6 12
      appsettings.json

+ 6 - 12
appsettings.json

@@ -8,12 +8,12 @@
   },
   "AllowedHosts": "*",
   "Setting": {
-    "AppKey": "8a3789362ef25d9f46a9d1c626e9e9f0",
-    "AppId": "1000000166",
-    "CheckUrl": "http://auth.yunmuit.com/Api/ProjectCheck/CheckRight",
+    "AppKey": "",
+    "AppId": "",
+    "CheckUrl": "",
     "ConnectionStrings": "",
-    "WebServiceUrl": "http://auth.yunmuit.com/Api/ProjectCheck/DataBase",
-    "DbSchemeUrl": "http://auth.yunmuit.com/Api/ProjectCheck/GetDbScheme",
+    "WebServiceUrl": "",
+    "DbSchemeUrl": "",
     "Host": "http://localhost:5047/",
     "SourceHost": "http://bs.kexiaoshuang.com/",
     "Database": "KxsMainServer",
@@ -25,12 +25,6 @@
     "OSSSecret": "Q6P2vSNEY2LBNdygO8gUCkBZQpiswZ",
     "OSSEndpoint": "oss-cn-hangzhou.aliyuncs.com",
     "OSSBucketName": "yunmuit",
-    "AppSource": "/skin/app/default/",
-    "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
-    "JwtIss": "KxsMainServer",
-    "JwtAud": "api",
-    "MqUserName": "skb@rabbitmq",
-    "MqPassword": "skb@rabbitmq",
-    "MqHostName": "47.108.231.170:5672,47.108.225.92:5672"
+    "AppSource": "/skin/app/default/"
   }
 }