Skip to content

Commit 43de675

Browse files
committed
fix: launchsettings
1 parent 7e638a2 commit 43de675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/SampleWebApp/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"SampleWebApp": {
1111
"commandName": "Project",
1212
"launchBrowser": true,
13-
"launchUrl": "https://localhost:5001/serilog-ui",
13+
"launchUrl": "http://localhost:7501/serilog-ui",
1414
"environmentVariables": {
1515
"ASPNETCORE_ENVIRONMENT": "Development"
1616
},
1717
"dotnetRunMessages": "true",
18-
"applicationUrl": "https://localhost:5001;http://localhost:5000"
18+
"applicationUrl": "http://localhost:44377;http://localhost:7501"
1919
}
2020
},
2121
"iisSettings": {

0 commit comments

Comments
 (0)