Update config sample to work with SQLAlchemy
This commit is contained in:
parent
9aa1e9544d
commit
43d8ae702d
@ -3,9 +3,9 @@
|
||||
|
||||
[general]
|
||||
|
||||
# file location to the SQLite3 database, highly recommended to change this
|
||||
# location to a persistent location, e.g. /var/lib/isso/comments.db.
|
||||
dbpath = :memory:
|
||||
# Address of the database
|
||||
# see docs.sqlalchemy.org/en/rel_0_9/core/engines.html for the syntax
|
||||
dbpath = sqlite://
|
||||
|
||||
# required to dispatch multiple websites, not used otherwise.
|
||||
name =
|
||||
|
Loading…
Reference in New Issue
Block a user