BOSWatch/config.ini

44 lines
773 B
INI
Raw Normal View History

2015-04-03 15:55:10 +02:00
########################
# BOSWatch Config File #
########################
2015-04-04 19:21:42 +02:00
[FMS]
#time to ignore same alarm in a row (sek)
double_ignore_time = 5
2015-04-04 19:21:42 +02:00
[ZVEI]
#time to ignore same alarm in a row (sek)
2015-04-04 19:21:42 +02:00
double_ignore_time = 5
[POC]
#time to ignore same alarm in a row (sek)
double_ignore_time = 10
filter_range_start = 0000000
filter_range_end = 9999999
2015-04-04 19:21:42 +02:00
#can take on or off the modules (0|1)
[Module]
useMySQL = 1
2015-04-04 19:21:42 +02:00
#useAudiorecord = 0
useHTTPrequest = 0
2015-04-04 19:21:42 +02:00
2015-04-03 15:55:10 +02:00
[MySQL]
#Data for MySQL connection
dbserver = www.bos-tec.de
dbuser = raspoc
dbpassword = 080787
database = bos-tec.de
2015-04-03 15:55:10 +02:00
#tables in the database
tableFMS = bos_fms
tableZVEI = bos_zvei
tablePOC = pocsag_hist
#[Audiorecord]
#recording time (sek)
#record_time = 30
[HTTPrequest]
#url without http:// !
url = www.google.de