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