*** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@165 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
#
|
||||
# global configuration
|
||||
#
|
||||
my $dbconn = "mysql:database=fhem;host=localhost;port=3306";
|
||||
my $dbuser = "root";
|
||||
my $dbpassword = "britta";
|
||||
my $dbconn = "mysql:database=fhem;host=db;port=3306";
|
||||
my $dbuser = "fhemuser";
|
||||
my $dbpassword = "fhempassword";
|
||||
|
||||
#
|
||||
# nothing to change below this line
|
||||
|
||||
Reference in New Issue
Block a user