We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a8078b + 2f886e5 commit c03a3e2Copy full SHA for c03a3e2
.env.example
@@ -28,4 +28,4 @@ POSTGRES_PWD=
28
POSTGRES_SEEDS=
29
POSTGRES_USER=
30
31
-MEDIAWIKI_PROXY_URL=
+PROXY_URL=
hivemind_etl/mediawiki/etl.py
@@ -17,7 +17,7 @@ def __init__(
17
) -> None:
18
self.community_id = community_id
19
20
- self.proxy_url = os.getenv("MEDIAWIKI_PROXY_URL", "")
+ self.proxy_url = os.getenv("PROXY_URL", "")
21
if self.proxy_url:
22
logging.info(f"Proxy is set to be used!")
23
0 commit comments