Removed old project structure
This commit is contained in:
@@ -1,52 +0,0 @@
|
||||
{
|
||||
"profiles":
|
||||
{
|
||||
"Default":
|
||||
{
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ML_DEBUG": "true"
|
||||
},
|
||||
"applicationUrl": "http://localhost:5118;http://moonlight.owo:5118",
|
||||
"dotnetRunMessages": true
|
||||
},
|
||||
"Live DB":
|
||||
{
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ML_DEBUG": "true",
|
||||
"ML_CONFIG_PATH": "storage\\configs\\live_config.json"
|
||||
},
|
||||
"applicationUrl": "http://moonlight.owo:5118;http://localhost:5118",
|
||||
"dotnetRunMessages": true
|
||||
},
|
||||
"Dev DB 1":
|
||||
{
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ML_DEBUG": "true",
|
||||
"ML_CONFIG_PATH": "storage\\configs\\dev_1_config.json"
|
||||
},
|
||||
"applicationUrl": "http://moonlight.owo:5118;http://localhost:5118",
|
||||
"dotnetRunMessages": true
|
||||
},
|
||||
"Dev DB 2":
|
||||
{
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"ML_DEBUG": "true",
|
||||
"ML_CONFIG_PATH": "storage\\configs\\dev_2_config.json"
|
||||
},
|
||||
"applicationUrl": "http://moonlight.owo:5118;http://localhost:5118",
|
||||
"dotnetRunMessages": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user