Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions hyperdiv_docs/pages/reference/env_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ def env_variables():
docs_markdown(
"""

### `HD_HOST`

This environment variable allows setting the host that a
Hyperdiv app runs on. The value should be a string
representing a valid IP address or hostname, e.g.
`"0.0.0.0"` (default value=`"localhost"`).

### `HD_PORT`

This environment variable allows setting the port that a
Expand Down