You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by am...@apache.org on 2021/03/24 09:25:18 UTC

[superset] 02/04: chore: DASHBOARD_JWT_SECRET in config

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 <am...@nielsen.com>
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                    *
 # -------------------------------------------------------------------