From 43d8ae702d766063357372c77442dc82cfbf23db Mon Sep 17 00:00:00 2001 From: Nicolas Le Manchet Date: Tue, 22 Jul 2014 09:58:29 +0200 Subject: [PATCH] Update config sample to work with SQLAlchemy --- share/isso.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/isso.conf b/share/isso.conf index d71445b..4406194 100644 --- a/share/isso.conf +++ b/share/isso.conf @@ -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 =