BOSWatch/config.ini
Bastian Schroll 5bb86ceaa0 simple Web Frontend
First simple Web Frontend and Database restruction
2015-04-03 20:38:23 +02:00

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