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