We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdd967 commit 26dc65dCopy full SHA for 26dc65d
hyperdiv_docs/pages/reference/env_variables.py
@@ -15,10 +15,10 @@ def env_variables():
15
Hyperdiv's behavior can be controlled with the following
16
environment variables.
17
18
- With the exception of `HD_PORT`, these environment
19
- variables are all boolean variables and take the values
20
- `"1"` or `"true"`, or `"0"` or `"false"`. `"0"` or
21
- `"false"` is equivalent to leaving the environment
+ With the exception of `HD_HOST` and `HD_PORT`, these
+ environment variables are all boolean variables and take
+ the values `"1"` or `"true"`, or `"0"` or `"false"`. `"0"`
+ or `"false"` is equivalent to leaving the environment
22
variable unset.
23
24
"""
0 commit comments