Update launchSettings for HTTP server
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx"
|
"ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx"
|
||||||
},
|
},
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"applicationUrl": "https://2EA46.playfabapi.com:443",
|
"applicationUrl": "https://127.0.0.1:8443;http://127.0.0.1:8000",
|
||||||
"useSSL": true
|
"useSSL": true
|
||||||
},
|
},
|
||||||
"IIS Express": {
|
"IIS Express": {
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx"
|
"ASPNETCORE_Kestrel__Certificates__Default__Path": ".\\certificate.pfx"
|
||||||
},
|
},
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"applicationUrl": "https://2EA46.playfabapi.com"
|
"applicationUrl": "https://127.0.0.1:8443;http://127.0.0.1:8000",
|
||||||
|
"useSSL": true
|
||||||
},
|
},
|
||||||
"IIS Express": {
|
"IIS Express": {
|
||||||
"commandName": "IISExpress",
|
"commandName": "IISExpress",
|
||||||
|
|||||||
Reference in New Issue
Block a user