mirror of https://github.com/zulip/zulip.git
settings: Move IS_DEV_DROPLET default to default_settings.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue