mirror of
https://github.com/apache/superset.git
synced 2026-06-04 15:19:25 +00:00
Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION (#3133)
This commit is contained in:
committed by
GitHub
parent
7abe2d5eee
commit
bb6b2da267
@@ -46,6 +46,7 @@ SUPERSET_WEBSERVER_PORT = 8088
|
||||
SUPERSET_WEBSERVER_TIMEOUT = 60
|
||||
EMAIL_NOTIFICATIONS = False
|
||||
CUSTOM_SECURITY_MANAGER = None
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
# ---------------------------------------------------------
|
||||
|
||||
# Your App secret key
|
||||
|
||||
Reference in New Issue
Block a user