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.
1 parent a2af6b4 commit 98724eaCopy full SHA for 98724ea
greedybear/settings.py
@@ -37,7 +37,7 @@
37
print("you are in production mode: closing the application")
38
exit(9)
39
40
-if ELASTIC_ENDPOINT and STAGE != STAGE_CI:
+if ELASTIC_ENDPOINT and not STAGE_CI:
41
ELASTIC_CLIENT = Elasticsearch(
42
ELASTIC_ENDPOINT,
43
maxsize=20,
0 commit comments