labdb/Properties/launchSettings.json
2022-11-10 21:33:45 +01:00

14 lines
281 B
JSON

{
"profiles": {
"labdb": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://labdb.localhost",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
}
}