Telegram.Bot.SpaceApi/Properties/launchSettings.json
2023-04-08 14:47:20 +02:00

25 lines
653 B
JSON

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