We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f25192 commit 6bbbf1eCopy full SHA for 6bbbf1e
ThuInfoWeb/appsettings.json
@@ -15,19 +15,19 @@
15
"Secret": ""
16
}
17
},
18
- "InternalNetworkMode": false,
19
- "Kestrel": {
20
- "Endpoints": {
21
- "Http": {
22
- "Url": "http://localhost:5000"
23
- }
24
- // "Https": {
25
- // "Url": "https://localhost:443",
26
- // "Certificate": {
27
- // "Path": "<path to .pfx file>",
28
- // "Password": "<certificate password>"
29
- // }
30
31
32
+ "InternalNetworkMode": false
+// "Kestrel": {
+// "Endpoints": {
+// "Http": {
+// "Url": "http://localhost:5000"
+// }
+// "Https": {
+// "Url": "https://localhost:443",
+// "Certificate": {
+// "Path": "<path to .pfx file>",
+// "Password": "<certificate password>"
33
0 commit comments