diff --git a/UniversityContracts/Properties/launchSettings.json b/UniversityContracts/Properties/launchSettings.json new file mode 100644 index 0000000..c0c08f9 --- /dev/null +++ b/UniversityContracts/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "UniversityContracts": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:49347;http://localhost:49350" + } + } +} \ No newline at end of file diff --git a/UniversityDataBaseImplemet/Properties/launchSettings.json b/UniversityDataBaseImplemet/Properties/launchSettings.json new file mode 100644 index 0000000..a7f6820 --- /dev/null +++ b/UniversityDataBaseImplemet/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "UniversityDataBaseImplemet": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:49351;http://localhost:49352" + } + } +} \ No newline at end of file diff --git a/UniversityModels/Properties/launchSettings.json b/UniversityModels/Properties/launchSettings.json new file mode 100644 index 0000000..e45837d --- /dev/null +++ b/UniversityModels/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "UniversityModels": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:49348;http://localhost:49349" + } + } +} \ No newline at end of file