AutheliaMultiDomainProxy/Properties/launchSettings.json

14 lines
277 B
JSON
Raw Normal View History

2023-03-28 22:04:56 +02:00
{
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:5010",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}