We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e96a5f commit 061ffc9Copy full SHA for 061ffc9
.gitignore
@@ -331,3 +331,4 @@ ASALocalRun/
331
/results
332
/Test/coverage.netcoreapp3.1.cobertura.xml
333
334
+.DS_Store
Demo/Properties/launchSettings.json
@@ -20,7 +20,7 @@
20
"environmentVariables": {
21
"ASPNETCORE_ENVIRONMENT": "Development"
22
},
23
- "applicationUrl": "http://localhost:4729/"
+ "applicationUrl": "http://localhost:4729/;https://localhost:44329/"
24
}
25
26
0 commit comments