Skip to content

Commit

Permalink
Fix default Sqlite path.
Browse files Browse the repository at this point in the history
  • Loading branch information
blugowski committed Sep 19, 2015
1 parent e0d6d20 commit 8ac35bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/config.py
Expand Up @@ -27,7 +27,7 @@
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'
# SQLALCHEMY_DATABASE_URI = 'mysql://myapp@localhost/myapp'
# SQLALCHEMY_DATABASE_URI = 'postgresql://root:password@localhost/myapp'

Expand Down

0 comments on commit 8ac35bd

Please sign in to comment.