Skip to content

Commit 11a49e1

Browse files
authored
fix: localhost->0.0.0.0 (#23)
1 parent b9996c6 commit 11a49e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Service/mcp/csharp-1-0/project/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"commandName": "Project",
66
"dotnetRunMessages": true,
77
"launchBrowser": true,
8-
"applicationUrl": "http://localhost:3001",
8+
"applicationUrl": "http://0.0.0.0:3001",
99
"environmentVariables": {
1010
"ASPNETCORE_ENVIRONMENT": "Development"
1111
}
@@ -14,7 +14,7 @@
1414
"commandName": "Project",
1515
"dotnetRunMessages": true,
1616
"launchBrowser": true,
17-
"applicationUrl": "https://localhost:7133;http://localhost:3001",
17+
"applicationUrl": "https://0.0.0.0:7133;http://0.0.0.0:3001",
1818
"environmentVariables": {
1919
"ASPNETCORE_ENVIRONMENT": "Development"
2020
}

0 commit comments

Comments
 (0)