Update launchSettings for HTTP server

This commit is contained in:
Yury
2025-03-31 01:35:20 +03:00
parent 1f4640fccd
commit d55ef94fd9
2 changed files with 3 additions and 2 deletions
@@ -7,7 +7,7 @@
"ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx"
},
"dotnetRunMessages": true,
"applicationUrl": "https://2EA46.playfabapi.com:443",
"applicationUrl": "https://127.0.0.1:8443;http://127.0.0.1:8000",
"useSSL": true
},
"IIS Express": {
@@ -7,7 +7,8 @@
"ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx"
},
"dotnetRunMessages": true,
"applicationUrl": "https://2EA46.playfabapi.com"
"applicationUrl": "https://127.0.0.1:8443;http://127.0.0.1:8000",
"useSSL": true
},
"IIS Express": {
"commandName": "IISExpress",