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 b9996c6 commit 11a49e1Copy full SHA for 11a49e1
Service/mcp/csharp-1-0/project/Properties/launchSettings.json
@@ -5,7 +5,7 @@
5
"commandName": "Project",
6
"dotnetRunMessages": true,
7
"launchBrowser": true,
8
- "applicationUrl": "http://localhost:3001",
+ "applicationUrl": "http://0.0.0.0:3001",
9
"environmentVariables": {
10
"ASPNETCORE_ENVIRONMENT": "Development"
11
}
@@ -14,7 +14,7 @@
14
15
16
17
- "applicationUrl": "https://localhost:7133;http://localhost:3001",
+ "applicationUrl": "https://0.0.0.0:7133;http://0.0.0.0:3001",
18
19
20
0 commit comments