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"
},
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://127.0.0.1:8443"
},
"Http": {
"Url": "http://127.0.0.1:8000"
}
},
"Certificates": {
"Default": {
"Path": ".\\certificate.pfx"