From 60c73be6b82abc0d0ffd1c7b1da79d47f84d07c8 Mon Sep 17 00:00:00 2001 From: johannnes <> Date: Tue, 19 Feb 2013 19:17:03 +0000 Subject: [PATCH] added example configuration for SQLite git-svn-id: https://svn.fhem.de/fhem/trunk@2769 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/dblog/db.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fhem/contrib/dblog/db.conf b/fhem/contrib/dblog/db.conf index 65c00dfb6..72d511c9f 100644 --- a/fhem/contrib/dblog/db.conf +++ b/fhem/contrib/dblog/db.conf @@ -19,3 +19,12 @@ # password => "fhempassword" #); ################################################################ +# +## for SQLite (username and password stay empty for SQLite) +################################################################ +#%dbconfig= ( +# connection => "SQLite:dbname=/opt/fhem/fhem.db", +# user => "", +# password => "" +#); +################################################################