Updated port

This commit is contained in:
2024-11-02 18:06:48 +10:00
parent 255084d4b6
commit 4e6eb0c022
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"
}