Added a basic allocation editor for servers

This commit is contained in:
Marcel Baumgartner
2023-06-20 19:18:18 +02:00
parent ef37088c7a
commit 1afd4e8b92
3 changed files with 101 additions and 0 deletions

View File

@@ -31,6 +31,20 @@
},
"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"
}
}
}