From 704f02bbbd05511f4b68d2455fc2ff1285dc928e Mon Sep 17 00:00:00 2001 From: zpc Date: Sun, 4 Jan 2026 12:20:18 +0800 Subject: [PATCH] 21 --- .../HoneyBox.Admin/Properties/launchSettings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 server/HoneyBox/src/HoneyBox.Admin/Properties/launchSettings.json 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