From 4cec5d0229f1c79989632cb5dda79f8ada32f79e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 9 May 2021 18:07:48 +0100 Subject: [PATCH] launch --- .vscode/launch.json | 2 +- src/nuget-host/appsettings.Development.json | 1 + src/nuget-host/appsettings.json | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d6afe47..d2897b2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "preLaunchTask": "build", "program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll", "args": [], - "cwd": "${workspaceFolder}", + "cwd": "${workspaceFolder}/src/nuget-host", "stopAtEntry": false, "requireExactSource": false, "serverReadyAction": { diff --git a/src/nuget-host/appsettings.Development.json b/src/nuget-host/appsettings.Development.json index a607b25..8a1a06d 100644 --- a/src/nuget-host/appsettings.Development.json +++ b/src/nuget-host/appsettings.Development.json @@ -1,6 +1,7 @@ { "Nuget": { "PackagesRootDir" : "packages", + "ProtectionTitle": "protected-data-v1", "MaxUserKeyCount": 5 }, "Smtp": { diff --git a/src/nuget-host/appsettings.json b/src/nuget-host/appsettings.json index 6c65b70..b13dd72 100644 --- a/src/nuget-host/appsettings.json +++ b/src/nuget-host/appsettings.json @@ -1,5 +1,4 @@ { - "RootApiKeySecret": "", "Nuget": { "PackagesRootDir" : "", "ProtectionTitle": "protected-data-v1",