Fix default Sqlite path in README.

This commit is contained in:
Bartosz Ługowski 2015-09-19 11:40:16 +02:00
parent 8ac35bd610
commit 6c8f268587
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ PANORAMIX_WEBSERVER_PORT = 8088
SECRET_KEY = '\2\1thisismyscretkey\1\2\e\y\y\h'
# The SQLAlchemy connection string.
SQLALCHEMY_DATABASE_URI = 'sqlite:///tmp/panoramix.db'
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/panoramix.db'
# Flask-WTF flag for CSRF
CSRF_ENABLED = True