1
0
Fork 0

LaunchSettings

This commit is contained in:
Jöran Malek 2025-01-30 01:10:46 +01:00
parent 6c901ea46b
commit 817328f679
2 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}