mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: refuse to start with default secret on non debug envs (#23186)
(cherry picked from commit b180319bbf)
This commit is contained in:
committed by
Elizabeth Thompson
parent
1f04b17f44
commit
c60ba87d0f
@@ -42,6 +42,7 @@ REDIS_PORT=6379
|
||||
FLASK_ENV=production
|
||||
SUPERSET_ENV=production
|
||||
SUPERSET_LOAD_EXAMPLES=yes
|
||||
SUPERSET_SECRET_KEY=TEST_NON_DEV_SECRET
|
||||
CYPRESS_CONFIG=false
|
||||
SUPERSET_PORT=8088
|
||||
MAPBOX_API_KEY=''
|
||||
|
||||
Reference in New Issue
Block a user