corporate: Add Zulip Cloud privacy policy and terms of service.

Including these in the project makes it easier to do development on
the Terms/Privacy section of the Zulip website.
This commit is contained in:
Tim Abbott
2018-05-25 12:41:06 -07:00
committed by Tim Abbott
parent 2cdaae681d
commit 9a7b9c8109
3 changed files with 248 additions and 41 deletions

View File

@@ -77,6 +77,9 @@ OPEN_REALM_CREATION = True
WEB_PUBLIC_STREAMS_ENABLED = True
INVITES_MIN_USER_AGE_DAYS = 0
TERMS_OF_SERVICE = "corporate/terms.md"
PRIVACY_POLICY = "corporate/privacy.md"
EMBEDDED_BOTS_ENABLED = True
SYSTEM_ONLY_REALMS: Set[str] = set()