Revert and update endpoints in appsettings.json
This commit is contained in:
@@ -13,6 +13,14 @@
|
|||||||
"SignalRAccessToken": "TEST"
|
"SignalRAccessToken": "TEST"
|
||||||
},
|
},
|
||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
|
"Endpoints": {
|
||||||
|
"Https": {
|
||||||
|
"Url": "https://127.0.0.1:8443"
|
||||||
|
},
|
||||||
|
"Http": {
|
||||||
|
"Url": "http://127.0.0.1:8000"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Certificates": {
|
"Certificates": {
|
||||||
"Default": {
|
"Default": {
|
||||||
"Path": ".\\certificate.pfx"
|
"Path": ".\\certificate.pfx"
|
||||||
|
|||||||
Reference in New Issue
Block a user