Skip to content

Commit

Permalink
Add launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed May 10, 2024
1 parent d233636 commit 7af02b5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions EduAutomation/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5217",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7210;http://localhost:5217",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

0 comments on commit 7af02b5

Please sign in to comment.