Skip to content

Commit

Permalink
Synchronize launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AMSaiian committed Sep 15, 2024
1 parent fa974f3 commit f117abb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions backend/src/App/Taskio/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5210",
"applicationUrl": "http://localhost:9080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"SEEDING": "true"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7095;http://localhost:5210",
"applicationUrl": "https://localhost:9081;http://localhost:9080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"SEEDING": "true"
Expand All @@ -35,7 +36,8 @@
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development",
"SEEDING": "true"
}
}
}
Expand Down

0 comments on commit f117abb

Please sign in to comment.