summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.AdminAPI/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'extra/admin-api/Spacebar.AdminAPI/Properties/launchSettings.json')
-rw-r--r--extra/admin-api/Spacebar.AdminAPI/Properties/launchSettings.json23
1 files changed, 0 insertions, 23 deletions
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" - } - } - } -}