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 377ec43 commit 3bdd967Copy full SHA for 3bdd967
hyperdiv_docs/pages/reference/env_variables.py
@@ -29,6 +29,13 @@ def env_variables():
29
docs_markdown(
30
"""
31
32
+ ### `HD_HOST`
33
+
34
+ This environment variable allows setting the host that a
35
+ Hyperdiv app runs on. The value should be a string
36
+ representing a valid IP address or hostname, e.g.
37
+ `"0.0.0.0"` (default value=`"localhost"`).
38
39
### `HD_PORT`
40
41
This environment variable allows setting the port that a
0 commit comments