labdb/Properties/launchSettings.json

14 lines
281 B
JSON
Raw Normal View History

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