From 52e724be5dd11ec7680467a5de28c831f5ab79a1 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sat, 23 Dec 2017 18:24:05 +0100 Subject: [PATCH] fix travis build --- citest/config.httpRequest.ini | 4 +++- citest/config.mysql.ini | 3 ++- config/config.template.ini | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/citest/config.httpRequest.ini b/citest/config.httpRequest.ini index 665a66e..512070a 100644 --- a/citest/config.httpRequest.ini +++ b/citest/config.httpRequest.ini @@ -174,8 +174,10 @@ template = 0 [MySQL] # MySQL configuration +#default port: 3306 dbserver = localhost -dbuser = root +dbport = 3306 +dbuser = boswatch dbpassword = root database = boswatch diff --git a/citest/config.mysql.ini b/citest/config.mysql.ini index 723df46..bad62e6 100644 --- a/citest/config.mysql.ini +++ b/citest/config.mysql.ini @@ -174,8 +174,9 @@ template = 0 [MySQL] # MySQL configuration +#default port: 3306 dbserver = localhost -dbport = 3306 #default port: 3306 +dbport = 3306 dbuser = boswatch dbpassword = root database = boswatch diff --git a/config/config.template.ini b/config/config.template.ini index 23cf14b..8f21093 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -191,8 +191,9 @@ template = 0 [MySQL] # MySQL configuration +#default port: 3306 dbserver = localhost -dbport = 3306 #default port: 3306 +dbport = 3306 dbuser = boswatch dbpassword = root database = boswatch