From 4534d4dbf5f5071fa71c5dec4444bf4b2bbd040c Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 14 Dec 2025 23:18:35 +0100 Subject: admin api packaging --- .../Properties/launchSettings.json | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 extra/admin-api/Spacebar.AdminAPI/Properties/launchSettings.json (limited to 'extra/admin-api/Spacebar.AdminAPI/Properties') diff --git a/extra/admin-api/Spacebar.AdminAPI/Properties/launchSettings.json b/extra/admin-api/Spacebar.AdminAPI/Properties/launchSettings.json deleted file mode 100644 index d362517ca..000000000 --- a/extra/admin-api/Spacebar.AdminAPI/Properties/launchSettings.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/launchsettings.json", - "profiles": { - "Development": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": false, - "applicationUrl": "http://localhost:5112", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Local": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": false, - "applicationUrl": "http://localhost:5112", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Local" - } - } - } -} -- cgit 1.5.1