We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287816b commit dc0acdbCopy full SHA for dc0acdb
examples/workshop-ecommerce/README.md
@@ -64,12 +64,13 @@ zone = prod.aws-eu-west-1a
64
65
```bash
66
export VESPA_WORKSHOP_TOKEN="<your-token-here>"
67
+export VESPA_URL="<your-vespa-url-here>"
68
```
69
70
### 4. Test with a dummy query
71
72
-vespa query \
73
+vespa query -t $VESPA_URL \
74
--header="Authorization: Bearer $VESPA_WORKSHOP_TOKEN" \
75
'yql=select * from product.product where true limit 1'
76
0 commit comments