mirror of https://github.com/zulip/zulip.git
portico: Enable default ToS for development environment.
This commit is contained in:
parent
47d80977ac
commit
40e8fd24ff
|
@ -146,3 +146,6 @@ THUMBNAIL_IMAGES = True
|
||||||
SEARCH_PILLS_ENABLED = os.getenv('SEARCH_PILLS_ENABLED', False)
|
SEARCH_PILLS_ENABLED = os.getenv('SEARCH_PILLS_ENABLED', False)
|
||||||
|
|
||||||
BILLING_ENABLED = True
|
BILLING_ENABLED = True
|
||||||
|
|
||||||
|
# Test Custom TOS template rendering
|
||||||
|
TERMS_OF_SERVICE = 'corporate/terms.md'
|
||||||
|
|
|
@ -138,9 +138,6 @@ S3_SECRET_KEY = 'test-secret-key'
|
||||||
S3_AUTH_UPLOADS_BUCKET = 'test-authed-bucket'
|
S3_AUTH_UPLOADS_BUCKET = 'test-authed-bucket'
|
||||||
S3_AVATAR_BUCKET = 'test-avatar-bucket'
|
S3_AVATAR_BUCKET = 'test-avatar-bucket'
|
||||||
|
|
||||||
# Test Custom TOS template rendering
|
|
||||||
TERMS_OF_SERVICE = 'corporate/terms.md'
|
|
||||||
|
|
||||||
INLINE_URL_EMBED_PREVIEW = False
|
INLINE_URL_EMBED_PREVIEW = False
|
||||||
|
|
||||||
HOME_NOT_LOGGED_IN = '/login/'
|
HOME_NOT_LOGGED_IN = '/login/'
|
||||||
|
|
Loading…
Reference in New Issue