diff --git a/Sources/Model/Properties/launchSettings.json b/Sources/Model/Properties/launchSettings.json new file mode 100644 index 0000000..024379f --- /dev/null +++ b/Sources/Model/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "Model": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:49762;http://localhost:49764" + } + } +} \ No newline at end of file diff --git a/Sources/Shared/Properties/launchSettings.json b/Sources/Shared/Properties/launchSettings.json new file mode 100644 index 0000000..3a4bb98 --- /dev/null +++ b/Sources/Shared/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "Shared": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:49765;http://localhost:49766" + } + } +} \ No newline at end of file diff --git a/Sources/Tests/ConsoleTests/Properties/launchSettings.json b/Sources/Tests/ConsoleTests/Properties/launchSettings.json new file mode 100644 index 0000000..9c7fd63 --- /dev/null +++ b/Sources/Tests/ConsoleTests/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "ConsoleTests": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:49761;http://localhost:49763" + } + } +} \ No newline at end of file