We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acfad1 commit 3b0bbecCopy full SHA for 3b0bbec
example/rust/README.md
@@ -23,7 +23,7 @@ This example demonstrates a basic set and get from a cache.
23
24
```bash
25
# Run example code
26
-MOMENTO_API_KEY=<YOUR API KEY> cargo run --bin=cache
+MOMENTO_API_KEY=<YOUR API KEY> MOMENTO_ENDPOINT=<endpoint> cargo run --bin=cache
27
```
28
29
Example Code: [cache.rs](src/bin/cache.rs)
@@ -34,7 +34,7 @@ This example demonstrates subscribing to and publishing to a Topic.
34
35
36
37
-MOMENTO_API_KEY=<YOUR API KEY> cargo run --bin=topics
+V1_API_KEY=<YOUR V1 API KEY> cargo run --bin=topics
38
39
40
Example Code: [topics.rs](src/bin/topics.rs)
0 commit comments