BOSWatch/config.ini
2015-04-04 19:21:42 +02:00

28 lines
503 B
INI

########################
# BOSWatch Config File #
########################
[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
#can take on or off the modules (0|1)
[Module]
useMySQL = 0
#useAudiorecord = 0
#useHTTPrequest = 0
#Data for MySQL connection
[MySQL]
dbserver = localhost
dbuser = root
dbpassword = root
database = boswatch
tableFMS = bos_fms
tableZVEI = bos_zvei
tablePOC = bos_pocsag