mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
[manual] Use api.zulip.com to access the Humbug API.
This needs to be deployed after the nginx configuration is deployed. (imported from commit 167a3d9d27595d40883bb400ebcc44c4ad9b6a2f)
This commit is contained in:
@@ -70,7 +70,7 @@ class RandomExponentialBackoff(CountingBackoff):
|
||||
print message
|
||||
time.sleep(delay)
|
||||
|
||||
DEFAULT_SITE = "https://api.humbughq.com"
|
||||
DEFAULT_SITE = "https://api.zulip.com"
|
||||
|
||||
class States:
|
||||
Startup, HumbugToZephyr, ZephyrToHumbug, ChildSending = range(4)
|
||||
|
||||
Reference in New Issue
Block a user