mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
fix travis build
This commit is contained in:
parent
16f576064e
commit
52e724be5d
|
|
@ -174,8 +174,10 @@ template = 0
|
||||||
|
|
||||||
[MySQL]
|
[MySQL]
|
||||||
# MySQL configuration
|
# MySQL configuration
|
||||||
|
#default port: 3306
|
||||||
dbserver = localhost
|
dbserver = localhost
|
||||||
dbuser = root
|
dbport = 3306
|
||||||
|
dbuser = boswatch
|
||||||
dbpassword = root
|
dbpassword = root
|
||||||
database = boswatch
|
database = boswatch
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -174,8 +174,9 @@ template = 0
|
||||||
|
|
||||||
[MySQL]
|
[MySQL]
|
||||||
# MySQL configuration
|
# MySQL configuration
|
||||||
|
#default port: 3306
|
||||||
dbserver = localhost
|
dbserver = localhost
|
||||||
dbport = 3306 #default port: 3306
|
dbport = 3306
|
||||||
dbuser = boswatch
|
dbuser = boswatch
|
||||||
dbpassword = root
|
dbpassword = root
|
||||||
database = boswatch
|
database = boswatch
|
||||||
|
|
|
||||||
|
|
@ -191,8 +191,9 @@ template = 0
|
||||||
|
|
||||||
[MySQL]
|
[MySQL]
|
||||||
# MySQL configuration
|
# MySQL configuration
|
||||||
|
#default port: 3306
|
||||||
dbserver = localhost
|
dbserver = localhost
|
||||||
dbport = 3306 #default port: 3306
|
dbport = 3306
|
||||||
dbuser = boswatch
|
dbuser = boswatch
|
||||||
dbpassword = root
|
dbpassword = root
|
||||||
database = boswatch
|
database = boswatch
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue