labdb/Properties/launchSettings.json

14 lines
276 B
JSON
Raw Normal View History

2022-11-10 22:27:31 +01:00
{
2022-11-10 19:59:35 +01:00
"profiles": {
"labdb": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2022-11-10 22:27:31 +01:00
"applicationUrl": "http://localhost:5000",
2022-11-10 19:59:35 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
2022-11-10 22:27:31 +01:00
}
2022-11-10 19:59:35 +01:00
}
}