Skip to content

Commit dc0acdb

Browse files
committed
add target
1 parent 287816b commit dc0acdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/workshop-ecommerce/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ zone = prod.aws-eu-west-1a
6464

6565
```bash
6666
export VESPA_WORKSHOP_TOKEN="<your-token-here>"
67+
export VESPA_URL="<your-vespa-url-here>"
6768
```
6869

6970
### 4. Test with a dummy query
7071

7172
```bash
72-
vespa query \
73+
vespa query -t $VESPA_URL \
7374
--header="Authorization: Bearer $VESPA_WORKSHOP_TOKEN" \
7475
'yql=select * from product.product where true limit 1'
7576
```

0 commit comments

Comments
 (0)