docs: make it clear that some config keys really need to be changed (#912)

This commit is contained in:
Riccardo Magliocchetti 2016-08-10 17:15:19 +02:00 committed by Maxime Beauchemin
parent 5a937f1d0b
commit baf22c3c60
1 changed files with 5 additions and 0 deletions

View File

@ -147,6 +147,11 @@ the `Flask App Builder Documentation
<http://flask-appbuilder.readthedocs.org/en/latest/config.html>`_
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
---------------------