Skip to content

Commit 6bbbf1e

Browse files
committed
Revert unwanted changes
1 parent 4f25192 commit 6bbbf1e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

ThuInfoWeb/appsettings.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"Secret": ""
1616
}
1717
},
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-
}
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+
// }
3333
}

0 commit comments

Comments
 (0)