mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Move IS_DEV_DROPLET default to default_settings.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9824405842
commit
92a58e9ce0
@@ -396,3 +396,6 @@ AUTO_CATCH_UP_SOFT_DEACTIVATED_USERS = True
|
||||
|
||||
# Enables Google Analytics on selected portico pages.
|
||||
GOOGLE_ANALYTICS_ID: Optional[str] = None
|
||||
|
||||
# This is overridden by dev_settings.py for droplets.
|
||||
IS_DEV_DROPLET = False
|
||||
|
@@ -71,8 +71,6 @@ CASPER_TESTS = False
|
||||
RUNNING_OPENAPI_CURL_TEST = False
|
||||
# This is overridden in test_settings.py for the test suites
|
||||
GENERATE_STRIPE_FIXTURES = False
|
||||
# This is overridden by dev_settings.py for droplets.
|
||||
IS_DEV_DROPLET = False
|
||||
|
||||
# Google Compute Engine has an /etc/boto.cfg that is "nicely
|
||||
# configured" to work with GCE's storage service. However, their
|
||||
|
Reference in New Issue
Block a user