diff --git a/server/HoneyBox/src/HoneyBox.Admin/Properties/launchSettings.json b/server/HoneyBox/src/HoneyBox.Admin/Properties/launchSettings.json new file mode 100644 index 00000000..ff8c12f3 --- /dev/null +++ b/server/HoneyBox/src/HoneyBox.Admin/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "HoneyBox.Admin": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:61550;http://localhost:61551" + } + } +} \ No newline at end of file