mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
Clarify SQLALCHEMY_DATABASE_URI in the docs
This commit is contained in:
@@ -98,7 +98,11 @@ of the parameters you can copy / paste in that configuration module: ::
|
|||||||
# Your App secret key
|
# Your App secret key
|
||||||
SECRET_KEY = '\2\1thisismyscretkey\1\2\e\y\y\h'
|
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'
|
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/caravel.db'
|
||||||
|
|
||||||
# Flask-WTF flag for CSRF
|
# Flask-WTF flag for CSRF
|
||||||
|
|||||||
Reference in New Issue
Block a user