liyuanyuan 10 kuukautta sitten
vanhempi
commit
4e3b50654c

+ 9 - 9
MadRunFabric.ConfigurationApi/ConfigurationApi/Properties/launchSettings.json

1
 {
1
 {
2
-  "iisSettings": {
3
-    "windowsAuthentication": false,
4
-    "anonymousAuthentication": true,
5
-    "iisExpress": {
6
-      "applicationUrl": "http://localhost:53069/",
7
-      "sslPort": 0
8
-    }
9
-  },
10
   "profiles": {
2
   "profiles": {
11
     "IIS Express": {
3
     "IIS Express": {
12
       "commandName": "IISExpress",
4
       "commandName": "IISExpress",
43
       },
35
       },
44
       "applicationUrl": "http://localhost:28240/"
36
       "applicationUrl": "http://localhost:28240/"
45
     }
37
     }
38
+  },
39
+  "iisSettings": {
40
+    "windowsAuthentication": false,
41
+    "anonymousAuthentication": true,
42
+    "iisExpress": {
43
+      "applicationUrl": "http://localhost:49928/",
44
+      "sslPort": 0
45
+    }
46
   }
46
   }
47
-}
47
+}