Merge pull request #109 from NicolasLM/dev

Update config sample to work with SQLAlchemy
This commit is contained in:
Martin Zimmermann 2014-07-22 10:43:43 +02:00
commit b2f925f99b

View File

@ -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 =