added example configuration for SQLite

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2769 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
johannnes
2013-02-19 19:17:03 +00:00
parent 92dd9d59a1
commit 2f0d76a45e

View File

@@ -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 => ""
#);
################################################################