mirror of https://github.com/zulip/zulip.git
populate_db: Add contact email for `RemoteZulipServer`.
We need it `get_email` for remote billing sessions.
This commit is contained in:
parent
24d6ae83c2
commit
771f8a3542
|
@ -390,6 +390,7 @@ class Command(BaseCommand):
|
|||
api_key=settings.ZULIP_ORG_KEY,
|
||||
hostname=settings.EXTERNAL_HOST,
|
||||
last_updated=timezone_now(),
|
||||
contact_email="remotezulipserver@zulip.com",
|
||||
)
|
||||
update_remote_realm_data_for_server(server, get_realms_info_for_push_bouncer())
|
||||
|
||||
|
|
Loading…
Reference in New Issue