Revert and update endpoints in appsettings.json

This commit is contained in:
Yury
2025-04-03 11:06:43 +03:00
parent f13ecd4516
commit ca3bbb004b
+8
View File
@@ -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"