mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-19 21:54:16 +01:00
updated MySQL config
This commit is contained in:
parent
e4e3de1abd
commit
8d21a5b9e0
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue