mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 18:12:28 +00:00
contrib/configDB: added template files for use with sqlite
git-svn-id: https://svn.fhem.de/fhem/trunk@5101 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
aa3d619d8e
commit
ba083fbfd6
5
fhem/contrib/configDB/README
Normal file
5
fhem/contrib/configDB/README
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
For usage instruction see commandref.html, section configDB
|
||||||
|
|
||||||
|
Template files can be used for configDB and SQLITE.
|
||||||
|
Copy configDB.db and configDB.conf file
|
||||||
|
into your fhem directory, e.g. /opt/fhem
|
5
fhem/contrib/configDB/configDB.conf
Normal file
5
fhem/contrib/configDB/configDB.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
%dbconfig= (
|
||||||
|
connection => "SQLite:dbname=/opt/fhem/configDB.db",
|
||||||
|
user => "",
|
||||||
|
password => ""
|
||||||
|
);
|
BIN
fhem/contrib/configDB/configDB.db
Normal file
BIN
fhem/contrib/configDB/configDB.db
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user