webder/.env.example

9 lines
No EOL
341 B
Text

HOST="0.0.0.0"
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
# loaded or the timeout is exceeded, rendering is terminated
# and the page is rendered
WAIT_FOR_PAGE_LOAD_TIMEOUT=2000