nytai commented on code in PR #23417:
URL: https://github.com/apache/superset/pull/23417#discussion_r1141557083


##########
docs/docs/contributing/local-backend.mdx:
##########
@@ -26,6 +26,8 @@ pip install -r requirements/testing.txt
 pip install -e .
 
 # Initialize the database
+# Note: For generating a SECRET_KEY if you haven't done already, you can use 
the command:
+# echo "SECRET_KEY='$(openssl rand -base64 42)'" | tee -a superset_config.py

Review Comment:
   If running with `FLASK_ENV = development` this shouldn't be necessary for 
running, but still good to have this so users aren't confused when trying to 
run prod



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to