Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
00ac607d43 | |||
2ecbb0471b | |||
a4f4da657e | |||
799aa3c52a |
@ -1,2 +1 @@
|
|||||||
# PIbd-21_Pyatakov_Km_Markov_DP_University
|
Курсовая работа по дисциплине "Разработка профессиональных приложений". Группа: ПИбд-21. Студенты: Пятаков К.М. и Марков Д.П.
|
||||||
|
|
12
UniversityContracts/Properties/launchSettings.json
Normal file
12
UniversityContracts/Properties/launchSettings.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"UniversityContracts": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
},
|
||||||
|
"applicationUrl": "https://localhost:49347;http://localhost:49350"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
UniversityDataBaseImplemet/Properties/launchSettings.json
Normal file
12
UniversityDataBaseImplemet/Properties/launchSettings.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"UniversityDataBaseImplemet": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
},
|
||||||
|
"applicationUrl": "https://localhost:49351;http://localhost:49352"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
UniversityModels/Properties/launchSettings.json
Normal file
12
UniversityModels/Properties/launchSettings.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"UniversityModels": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
},
|
||||||
|
"applicationUrl": "https://localhost:49348;http://localhost:49349"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user