mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
models: Add plan_type to Realm.
This commit is contained in:
@@ -123,3 +123,5 @@ if FAKE_LDAP_MODE:
|
||||
THUMBOR_URL = 'http://127.0.0.1:9995'
|
||||
|
||||
SEARCH_PILLS_ENABLED = os.getenv('SEARCH_PILLS_ENABLED', False)
|
||||
|
||||
BILLING_ENABLED = True
|
||||
|
||||
@@ -437,6 +437,10 @@ DEFAULT_SETTINGS.update({
|
||||
# DEFAULT_SETTINGS, since it likely isn't usefully user-configurable.
|
||||
'OFFLINE_THRESHOLD_SECS': 5 * 60,
|
||||
|
||||
# Enables billing pages and plan-based feature gates. If False, all features
|
||||
# are available to all realms.
|
||||
'BILLING_ENABLED': False,
|
||||
|
||||
# Controls whether we run the worker that syncs billing-related updates
|
||||
# into Stripe. Should be True on at most one machine.
|
||||
'BILLING_PROCESSOR_ENABLED': False,
|
||||
|
||||
Reference in New Issue
Block a user