File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ check-all-docker: check-md check-yaml check-make check-pep8
33
33
34
34
check-all-local : check-pep8-local check-mypy check-lint
35
35
36
+ check-all : check-all-local check-all-docker
37
+
36
38
# =================================
37
39
38
40
check-md :
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ def read_env(name: str, default_value: str) -> str:
21
21
22
22
# STORAGE_WEB_URL_BASE allows to specify alternative web url to
23
23
# read files stored in STORAGE_DIRECTORY through HTTP/HTTPS.
24
- # It is expected those URL is served by standalone web server.
25
- # Optional setting, empty string disables this setting.
26
- # NOTE: value requires ending '/' character
24
+ # It is expected those URLs are served by standalone web server.
25
+ # Optional setting; empty string disables this setting.
26
+ # NOTE: value requires ending with '/' character
27
27
STORAGE_WEB_URL_BASE = read_env ('LIMBO_STORAGE_WEB_URL_BASE' , '' )
28
28
29
29
MAX_STORAGE_SECONDS = int (read_env ('LIMBO_MAX_STORAGE_SECONDS' , str (24 * 3600 )))
You can’t perform that action at this time.
0 commit comments