added note about SQLite performance, example in global.conf
[webpac] / global.conf
index d965717..d09d52d 100644 (file)
@@ -2,13 +2,17 @@
 
 [global]
        # define database to use for indexes
-       dbi_dbd=Pg
-       dbi_dsn=dbname=webpac-dev
+#      dbi_dbd=Pg
+#      dbi_dsn=dbname=webpac-dev
+
+       dbi_dbd=SQLite
+       dbi_dsn=dbname=/data/webpac/index.sqlite
+
        dbi_user=dpavlin
-       dbi_passwd=xx
+       dbi_passwd=""
 
        # display progress bar indicator (default is no)
-       #show_progress=1
+       show_progress=1
 
 [webpac]
        # path to template html files