Authinator/Properties/launchSettings.json
2023-06-01 06:14:24 +02:00

25 lines
653 B
JSON

{
"profiles": {
"AuthOverride": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:8291",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "--disable-auth --razor-runtime-comp"
},
"Guest": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:9514",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "--razor-runtime-comp"
}
}
}