mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-11 20:39:47 +00:00
added example configuration for SQLite
git-svn-id: https://svn.fhem.de/fhem/trunk@2769 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
eb168bbdb4
commit
60c73be6b8
@ -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 => ""
|
||||
#);
|
||||
################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user