launch
This commit is contained in:
parent
61dc82df5b
commit
4cec5d0229
3 changed files with 2 additions and 2 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -11,7 +11,7 @@
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
"program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll",
|
"program": "${workspaceFolder}/src/nuget-host/bin/Debug/netcoreapp2.1/nuget-host.dll",
|
||||||
"args": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}/src/nuget-host",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"requireExactSource": false,
|
"requireExactSource": false,
|
||||||
"serverReadyAction": {
|
"serverReadyAction": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"Nuget": {
|
"Nuget": {
|
||||||
"PackagesRootDir" : "packages",
|
"PackagesRootDir" : "packages",
|
||||||
|
"ProtectionTitle": "protected-data-v1",
|
||||||
"MaxUserKeyCount": 5
|
"MaxUserKeyCount": 5
|
||||||
},
|
},
|
||||||
"Smtp": {
|
"Smtp": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"RootApiKeySecret": "<your-root-api-clear-key>",
|
|
||||||
"Nuget": {
|
"Nuget": {
|
||||||
"PackagesRootDir" : "<your-Source-dir>",
|
"PackagesRootDir" : "<your-Source-dir>",
|
||||||
"ProtectionTitle": "protected-data-v1",
|
"ProtectionTitle": "protected-data-v1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue