chore: Remove Obsolete WARNING_MSG from config (#10972)

This commit is contained in:
John Bodley
2020-09-29 12:33:02 -07:00
committed by GitHub
parent 6633409a15
commit 4ccba3072d

View File

@@ -504,11 +504,6 @@ MAX_TABLE_NAMES = 3000
SQLLAB_SAVE_WARNING_MESSAGE = None
SQLLAB_SCHEDULE_WARNING_MESSAGE = None
# If defined, shows this text in an alert-warning box in the navbar
# one example use case may be "STAGING" to make it clear that this is
# not the production version of the site.
WARNING_MSG = None
# Default celery config is to use SQLA as a broker, in a production setting
# you'll want to use a proper broker as specified here:
# http://docs.celeryproject.org/en/latest/getting-started/brokers/index.html