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 7e638a2 commit 43de675Copy full SHA for 43de675
samples/SampleWebApp/Properties/launchSettings.json
@@ -10,12 +10,12 @@
10
"SampleWebApp": {
11
"commandName": "Project",
12
"launchBrowser": true,
13
- "launchUrl": "https://localhost:5001/serilog-ui",
+ "launchUrl": "http://localhost:7501/serilog-ui",
14
"environmentVariables": {
15
"ASPNETCORE_ENVIRONMENT": "Development"
16
},
17
"dotnetRunMessages": "true",
18
- "applicationUrl": "https://localhost:5001;http://localhost:5000"
+ "applicationUrl": "http://localhost:44377;http://localhost:7501"
19
}
20
21
"iisSettings": {
0 commit comments