updated MySQL config

This commit is contained in:
Ricardo Krippner 2016-09-29 14:28:55 +02:00
parent e4e3de1abd
commit 8d21a5b9e0

View file

@ -134,7 +134,7 @@ template = 0
[MySQL]
# MySQL configuration
dbserver = localhost
dbuser = root
dbuser = boswatch
dbpassword = root
database = boswatch
@ -142,6 +142,11 @@ database = boswatch
tableFMS = bos_fms
tableZVEI = bos_zvei
tablePOC = bos_pocsag
tableSIG = bos_signal
# Signal RICs (empty: none set, separator ",")
# f.e.: signal_ric = 1234566,1234567,1234568
signal_ric = ## SIGNAL-RICS ##
[httpRequest]