mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-02 14:50:09 +01:00
edit error in config.ini
This commit is contained in:
parent
15bf6fcb82
commit
f7b6900b5c
|
|
@ -18,8 +18,7 @@ filter_range_end = 9999999
|
|||
|
||||
#can take on or off the modules (0|1)
|
||||
[Module]
|
||||
useMySQL = 1
|
||||
#useAudiorecord = 0
|
||||
useMySQL = 0
|
||||
useHTTPrequest = 0
|
||||
|
||||
[MySQL]
|
||||
|
|
@ -32,11 +31,7 @@ database = boswatch
|
|||
#tables in the database
|
||||
tableFMS = bos_fms
|
||||
tableZVEI = bos_zvei
|
||||
tablePOC = pocsag_hist
|
||||
|
||||
#[Audiorecord]
|
||||
#recording time (sek)
|
||||
#record_time = 30
|
||||
tablePOC = bos_pocsag
|
||||
|
||||
[HTTPrequest]
|
||||
#url without http:// !
|
||||
|
|
|
|||
Loading…
Reference in a new issue