mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
15f9963444
git-svn-id: https://svn.fhem.de/fhem/trunk@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",
|
|
);
|
|
|