Skip to content

Commit

Permalink
token id
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Nov 1, 2024
1 parent 37e5c81 commit 95b6f05
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,15 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "8987066c",
"metadata": {
"id": "8987066c"
},
"outputs": [],
"source": [
"VESPA_TOKEN_ID = \"colpalidemo_write\" # This needs to match the token_id that you created in the Vespa Cloud Console"
"# Replace this with the id of your token\n",
"VESPA_TOKEN_ID = \"pyvespa_integration\" # This needs to match the token_id that you created in the Vespa Cloud Console"
]
},
{
Expand Down

0 comments on commit 95b6f05

Please sign in to comment.