From d394609ab3204ea8fce4f4ef72de0d953cdc6806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donatas=20Rasiukevi=C4=8Dius?= Date: Fri, 23 Feb 2024 05:44:56 +0100 Subject: [PATCH] Add documentation about HD_HOST env var --- hyperdiv_docs/pages/reference/env_variables.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyperdiv_docs/pages/reference/env_variables.py b/hyperdiv_docs/pages/reference/env_variables.py index 882fa32..9fb604d 100644 --- a/hyperdiv_docs/pages/reference/env_variables.py +++ b/hyperdiv_docs/pages/reference/env_variables.py @@ -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