36 lines
1.1 KiB
JSON
36 lines
1.1 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
|
|
}
|
|
}
|
|
} |