localhost launch

This commit is contained in:
ameerulrasyid 2025-03-06 08:51:52 +08:00
parent 51150e5377
commit aaa93edb89

View File

@ -4,7 +4,7 @@
"windowsAuthentication": false, "windowsAuthentication": false,
"anonymousAuthentication": true, "anonymousAuthentication": true,
"iisExpress": { "iisExpress": {
"applicationUrl": "http://192.168.11.117:26468", "applicationUrl": "http://localhost:26468",
"sslPort": 44356 "sslPort": 44356
} }
}, },
@ -13,7 +13,7 @@
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "http://192.168.11.117:5124", "applicationUrl": "http://localhost:5124",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
@ -22,7 +22,7 @@
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"applicationUrl": "https://192.168.11.117:7036;http://192.168.11.117:5124", "applicationUrl": "https://localhost:7036;http://localhost:5124",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }