Skip to content

Commit 79c3387

Browse files
committed
Update the launch settings to use the .localhost TLD
1 parent 3d663ec commit 79c3387

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

CUIFlavoredPortfolioSite/Properties/launchSettings.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
11
{
2-
"iisSettings": {
3-
"windowsAuthentication": false,
4-
"anonymousAuthentication": true,
5-
"iisExpress": {
6-
"applicationUrl": "http://localhost:57524/",
7-
"sslPort": 44382
8-
}
9-
},
102
"profiles": {
11-
"https": {
3+
"http": {
124
"commandName": "Project",
135
"dotnetRunMessages": true,
146
"launchBrowser": true,
157
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
16-
"applicationUrl": "http://localhost:57528/;https://localhost:57529/",
8+
"applicationUrl": "http://jsakamoto.dev.localhost:57528/",
179
"environmentVariables": {
1810
"ASPNETCORE_ENVIRONMENT": "Development"
1911
}
2012
},
21-
"IIS Express": {
22-
"commandName": "IISExpress",
13+
"https": {
14+
"commandName": "Project",
15+
"dotnetRunMessages": true,
2316
"launchBrowser": true,
2417
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
25-
"hotReloadProfile": "blazorwasm",
18+
"applicationUrl": "http://jsakamoto.dev.localhost:57528/;https://jsakamoto.dev.localhost:57529/",
2619
"environmentVariables": {
2720
"ASPNETCORE_ENVIRONMENT": "Development"
2821
}

0 commit comments

Comments
 (0)