ASPTemplate/Properties/launchSettings.json

25 lines
653 B
JSON
Raw Normal View History

2023-04-08 12:48:27 +02:00
{
"profiles": {
"AuthOverride": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7039",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "--disable-auth --razor-runtime-comp"
},
"Guest": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7040",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "--razor-runtime-comp"
}
}
}