Merge branch 'Projet' of https://codefirst.iut.uca.fr/git/dorian.hodin/ProjetBlazor into Projet
continuous-integration/drone/push Build is passing Details

Projet
Dorian HODIN 2 years ago
commit 7316e7bbac

@ -4,7 +4,7 @@
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Production"
}, },
"dotnetRunMessages": true, "dotnetRunMessages": true,
"applicationUrl": "https://localhost:7236;http://localhost:5021" "applicationUrl": "https://localhost:7236;http://localhost:5021"
@ -13,7 +13,7 @@
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Production"
} }
} }
}, },

Loading…
Cancel
Save