git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@140 2b470e98-0d58-463d-a4d8-8e2adae1ed80
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
#
|
|
# database configuration file
|
|
#
|
|
#
|
|
#
|
|
%dbconfig= (
|
|
connection => "mysql:database=fhem;host=db;port=3306",
|
|
user => "fhemuser",
|
|
password => "fhempassword",
|
|
);
|
|
|