mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-01 14:20:00 +01:00
22 lines
402 B
INI
22 lines
402 B
INI
########################
|
|
# BOSWatch Config File #
|
|
########################
|
|
|
|
#Data for MySQL connection
|
|
[MySQL]
|
|
dbserver = localhost
|
|
dbuser = root
|
|
dbpassword = root
|
|
database = boswatch
|
|
|
|
tableFMS = bos_fms
|
|
tableZVEI = bos_zvei
|
|
tablePOC = bos_pocsag
|
|
|
|
[FMS]
|
|
#time to ignore same alarm in a row in seconds
|
|
double_ignore_time = 5
|
|
|
|
[ZVEI]
|
|
#time to ignore same alarm in a row in seconds
|
|
double_ignore_time = 10 |