We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877062f commit 62d5274Copy full SHA for 62d5274
source/includes/queryable-encryption/env-variables.rst
@@ -77,3 +77,16 @@
77
To learn how you can setup these environment variables, see the
78
`README.md <{+sample-app-url-qe+}/csharp/README.md>`__ file
79
included in the sample application on GitHub.
80
+
81
+ .. tab::
82
+ :tabid: rust
83
84
+ .. tip:: Environment Variables
85
86
+ The sample code in this tutorial references environment variables that
87
+ you need to set. Alternatively, you can replace the values directly in
88
+ the code.
89
90
+ To learn how you can setup these environment variables, see the
91
+ `README.md <{+sample-app-url-qe+}/rust/README.md>`__ file
92
+ included in the sample application on GitHub.
0 commit comments