From 30e668f1891ee2f403a38d5bd6cc408a6ee68444 Mon Sep 17 00:00:00 2001 From: Petr Hoskovec Date: Thu, 17 Oct 2024 14:56:40 +1100 Subject: [PATCH] changes_test_run_workflow --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index 936c8d6d4b6fb..5595eb217308d 100644 --- a/superset/config.py +++ b/superset/config.py @@ -157,6 +157,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None: SUPERSET_WEBSERVER_PROTOCOL = "http" SUPERSET_WEBSERVER_ADDRESS = "0.0.0.0" SUPERSET_WEBSERVER_PORT = 8088 +SECRET_KEY = "wWC1+nR3OD1lUUekVbElFoQRhSiIIKD7tl9EMnwMIRrWEu9UeEe0twBU" # This is an important setting, and should be lower than your # [load balancer / proxy / envoy / kong / ...] timeout settings.