50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"profiles": {
|
|
"Moonlight": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ML_DEBUG": "true"
|
|
},
|
|
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
|
|
"dotnetRunMessages": true
|
|
},
|
|
"Sql Debug": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ML_SQL_DEBUG": "true",
|
|
"ML_DEBUG": "true"
|
|
},
|
|
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
|
|
"dotnetRunMessages": true
|
|
},
|
|
"Discord Bot": {
|
|
"commandName": "Project",
|
|
"launchBrowser": false,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ML_SQL_DEBUG": "true",
|
|
"ML_DEBUG": "true"
|
|
},
|
|
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
|
|
"dotnetRunMessages": true
|
|
},
|
|
"Watch": {
|
|
"commandName": "Executable",
|
|
"executablePath": "dotnet",
|
|
"workingDirectory": "$(ProjectDir)",
|
|
"hotReloadEnabled": true,
|
|
"hotReloadProfile": "aspnetcore",
|
|
"commandLineArgs": "watch run",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"ML_DEBUG": "true"
|
|
},
|
|
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118"
|
|
}
|
|
}
|
|
} |