2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00
fhem-mirror/fhem/contrib/dblog/db.conf
2007-12-30 21:51:16 +00:00

12 lines
162 B
Plaintext

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