Merge pull request #116 from Cryjack/MySQL

Plugin Update MySQL
This commit is contained in:
Bastian Schroll 2016-09-30 17:06:44 +02:00 committed by GitHub
commit cb8008e873
3 changed files with 141 additions and 29 deletions

View file

@ -135,7 +135,7 @@ template = 0
[MySQL]
# MySQL configuration
dbserver = localhost
dbuser = root
dbuser = boswatch
dbpassword = root
database = boswatch
@ -143,6 +143,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]