Skip to content

Commit ee0a02b

Browse files
Set the path in the url needed to debug locally
1 parent 6cf985a commit ee0a02b

1 file changed

Lines changed: 26 additions & 25 deletions

File tree

Web/Properties/launchSettings.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
{
2-
"iisSettings": {
3-
"windowsAuthentication": false,
4-
"anonymousAuthentication": true,
5-
"iisExpress": {
6-
"applicationUrl": "http://localhost:40163",
7-
"sslPort": 44360
8-
}
2+
"profiles": {
3+
"CodeConverter": {
4+
"commandName": "Project",
5+
"launchBrowser": true,
6+
"launchUrl": "https://localhost:44463/CodeConverter",
7+
"environmentVariables": {
8+
"ASPNETCORE_ENVIRONMENT": "Development",
9+
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
10+
},
11+
"applicationUrl": "https://localhost:7183;http://localhost:5183"
912
},
10-
"profiles": {
11-
"CodeConverter": {
12-
"commandName": "Project",
13-
"launchBrowser": true,
14-
"applicationUrl": "https://localhost:7183;http://localhost:5183",
15-
"environmentVariables": {
16-
"ASPNETCORE_ENVIRONMENT": "Development",
17-
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
18-
}
19-
},
20-
"IIS Express": {
21-
"commandName": "IISExpress",
22-
"launchBrowser": true,
23-
"environmentVariables": {
24-
"ASPNETCORE_ENVIRONMENT": "Development",
25-
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
26-
}
27-
}
13+
"IIS Express": {
14+
"commandName": "IISExpress",
15+
"launchBrowser": true,
16+
"environmentVariables": {
17+
"ASPNETCORE_ENVIRONMENT": "Development",
18+
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
19+
}
2820
}
21+
},
22+
"iisSettings": {
23+
"windowsAuthentication": false,
24+
"anonymousAuthentication": true,
25+
"iisExpress": {
26+
"applicationUrl": "http://localhost:40163",
27+
"sslPort": 44360
28+
}
29+
}
2930
}

0 commit comments

Comments
 (0)