BOSWatch/config.ini
Bastian Schroll fcc4ba3389 option useMySQL in config.ini
now can set MySQL support in config.ini
useMySQL = (0|1)
2015-04-03 21:43:00 +02:00

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