Skip to content

Commit

Permalink
Clarify SQLALCHEMY_DATABASE_URI in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 1, 2016
1 parent dafdb51 commit 93405dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ of the parameters you can copy / paste in that configuration module: ::
# Your App secret key
SECRET_KEY = '\2\1thisismyscretkey\1\2\e\y\y\h'

# The SQLAlchemy connection string.
# The SQLAlchemy connection string to your database backend
# This connection defines the path to the database that stores your
# caravel metadata (slices, connections, tables, dashboards, ...).
# Note that the connection information to connect to the datasources
# you want to explore are managed directly in the web UI
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/caravel.db'

# Flask-WTF flag for CSRF
Expand Down

0 comments on commit 93405dc

Please sign in to comment.