Skip to content

Commit 3bdd967

Browse files
authored
Add documentation about HD_HOST env var (#1)
1 parent 377ec43 commit 3bdd967

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hyperdiv_docs/pages/reference/env_variables.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ def env_variables():
2929
docs_markdown(
3030
"""
3131
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+
3239
### `HD_PORT`
3340
3441
This environment variable allows setting the port that a

0 commit comments

Comments
 (0)