We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b061c16 commit 998871dCopy full SHA for 998871d
api/src/zimitfrontend/constants.py
@@ -75,7 +75,7 @@ class ApiConfiguration:
75
"INTERNAL_ZIMFARM_WEBAPI", "https://api.farm.zimit.kiwix.org/v1"
76
)
77
zimfarm_requests_timeout = _get_time_setting("ZIMFARM_REQUESTS_TIMEOUT", "10s")
78
- mailgun_requests_timeout = int(os.getenv("MAILGUN_REQUESTS_TIMEOUT", "10"))
+ mailgun_requests_timeout = _get_time_setting("MAILGUN_REQUESTS_TIMEOUT", "10s")
79
zimfarm_username = os.getenv("_ZIMFARM_USERNAME", "-")
80
zimfarm_password = os.getenv("_ZIMFARM_PASSWORD", "-")
81
zimit_image = os.getenv("ZIMIT_IMAGE", "openzim/zimit:1.2.0")
0 commit comments