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",