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
@@ -23,8 +23,8 @@ SUPERSET_WEBSERVER_PORT = 8088
|
||||
# Your App secret key will be used for securely signing the session cookie
|
||||
# and encrypting sensitive information on the database
|
||||
# Make sure you are changing this key for your deployment with a strong key.
|
||||
# You can generate a strong key using `openssl rand -base64 42`
|
||||
|
||||
# You can generate a strong key using `openssl rand -base64 42`.
|
||||
# Alternatively you can set it with `SUPERSET_SECRET_KEY` environment variable.
|
||||
SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY'
|
||||
|
||||
# The SQLAlchemy connection string to your database backend
|
||||
|
||||
Reference in New Issue
Block a user