diff --git a/docs/installation.rst b/docs/installation.rst index a6e71d2d4c6ff..ae57ffbdf2511 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -147,6 +147,11 @@ the `Flask App Builder Documentation `_ for more information on how to configure Caravel. +Please make sure to change: + +* *SQLALCHEMY_DATABASE_URI*, by default it is stored on */tmp* and so will be cleared after each boot +* *SECRET_KEY*, to a long random string + Database dependencies ---------------------