mirror of
https://github.com/TxtDot/webder.git
synced 2024-11-05 13:13:59 +03:00
doc: update .env.example
This commit is contained in:
parent
04c64a60a6
commit
b70f413552
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ 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
|
||||
# loaded or the timeout is exceeded, waiting for load is terminated
|
||||
# and the page is rendered
|
||||
WAIT_FOR_PAGE_LOAD_TIMEOUT=2000
|
||||
WAIT_FOR_PAGE_LOAD_TIMEOUT=2000
|
||||
|
|
Loading…
Reference in a new issue