mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +00:00
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",
|
||
|
);
|
||
|
|