Skip to content

Commit

Permalink
Merge pull request #105 from nokia/fix-vscode-launch
Browse files Browse the repository at this point in the history
Fix Google Cloud API-related panic when the porch-server is started from VSCode
  • Loading branch information
nephio-prow[bot] authored Sep 3, 2024
2 parents 376321e + 609b040 commit 70e4b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"cwd": "${workspaceFolder}",
"env": {
"CERT_STORAGE_DIR": "${workspaceFolder}/.build/pki/tmp",
"WEBHOOK_HOST": "localhost"
"WEBHOOK_HOST": "localhost",
"GOOGLE_API_GO_EXPERIMENTAL_DISABLE_NEW_AUTH_LIB": "true"
}
},
{
Expand Down

0 comments on commit 70e4b9d

Please sign in to comment.