Files
fhem/contrib/dblog/db.conf

12 lines
162 B
Plaintext

#
# database configuration file
#
#
#
%dbconfig= (
connection => "mysql:database=fhem;host=db;port=3306",
user => "fhemuser",
password => "fhempassword",
);