portico: Enable default ToS for development environment.

This commit is contained in:
Tim Abbott 2019-07-22 17:34:59 -07:00
parent 47d80977ac
commit 40e8fd24ff
2 changed files with 3 additions and 3 deletions

View File

@ -146,3 +146,6 @@ THUMBNAIL_IMAGES = True
SEARCH_PILLS_ENABLED = os.getenv('SEARCH_PILLS_ENABLED', False)
BILLING_ENABLED = True
# Test Custom TOS template rendering
TERMS_OF_SERVICE = 'corporate/terms.md'

View File

@ -138,9 +138,6 @@ S3_SECRET_KEY = 'test-secret-key'
S3_AUTH_UPLOADS_BUCKET = 'test-authed-bucket'
S3_AVATAR_BUCKET = 'test-avatar-bucket'
# Test Custom TOS template rendering
TERMS_OF_SERVICE = 'corporate/terms.md'
INLINE_URL_EMBED_PREVIEW = False
HOME_NOT_LOGGED_IN = '/login/'