mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
24 lines
433 B
INI
24 lines
433 B
INI
########################
|
|
# BOSWatch Config File #
|
|
########################
|
|
|
|
#Data for MySQL connection
|
|
#useMySQL = (0|1)
|
|
[MySQL]
|
|
useMySQL = 0
|
|
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 = 10
|
|
|
|
[ZVEI]
|
|
#time to ignore same alarm in a row in seconds
|
|
double_ignore_time = 5 |