webder/.env.example

10 lines
349 B
Text
Raw Permalink Normal View History

2024-03-21 14:47:07 +03:00
HOST="0.0.0.0"
2024-05-16 16:44:49 +03:00
PORT=8080
TIMEOUT=0 # Max timout for server response, 0 means no timeout
REVERSE_PROXY=false # Set true if app running behind reverse_proxy
# Maximum timeout for waiting for page load, once the page is
2024-07-23 18:40:34 +03:00
# loaded or the timeout is exceeded, waiting for load is terminated
2024-05-16 16:44:49 +03:00
# and the page is rendered
2024-07-23 18:40:34 +03:00
WAIT_FOR_PAGE_LOAD_TIMEOUT=2000