mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
commit
cb8008e873
3 changed files with 141 additions and 29 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue