This is an automated email from the ASF dual-hosted git repository. amitmiran pushed a commit to branch feat/dashboard_extra_jwt in repository https://gitbox.apache.org/repos/asf/superset.git
commit c11fc8bb8dc395cf55e74c2ab658e986af409e4c Author: amitmiran137 <[email protected]> AuthorDate: Mon Mar 22 21:43:22 2021 +0200 chore: DASHBOARD_JWT_SECRET in config --- superset/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset/config.py b/superset/config.py index 5c1387c..81fb8b5 100644 --- a/superset/config.py +++ b/superset/config.py @@ -1123,6 +1123,8 @@ DATASET_HEALTH_CHECK = None SQLALCHEMY_DOCS_URL = "https://docs.sqlalchemy.org/en/13/core/engines.html" SQLALCHEMY_DISPLAY_TEXT = "SQLAlchemy docs" +DASHBOARD_JWT_SECRET = "my secret key replace me" + # ------------------------------------------------------------------- # * WARNING: STOP EDITING HERE * # -------------------------------------------------------------------
