Updated port
This commit is contained in:
@@ -44,7 +44,7 @@ module Program =
|
|||||||
use_router router
|
use_router router
|
||||||
use_developer_exceptions
|
use_developer_exceptions
|
||||||
service_config ServiceConfig
|
service_config ServiceConfig
|
||||||
url "http://0.0.0.0:5001"
|
url "http://0.0.0.0:8181"
|
||||||
}
|
}
|
||||||
|
|
||||||
run app
|
run app
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"applicationUrl": "http://localhost:5001",
|
"applicationUrl": "http://localhost:8181",
|
||||||
"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://localhost:7051;http://localhost:5001",
|
"applicationUrl": "https://localhost:7051;http://localhost:8181",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user