BW3-Core/config/server.ini

61 lines
1.2 KiB
INI
Raw Normal View History

2018-01-07 21:49:08 +01:00
# -*- coding: utf-8 -*-
# ____ ____ ______ __ __ __ _____
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
# German BOS Information Script
# by Bastian Schroll
[Server]
PORT = 8080
Name = BW3 Server
[FMS]
2018-01-09 12:20:28 +01:00
UseLists =
Allowed =
Denied =
RegEx =
2018-01-07 21:49:08 +01:00
[POCSAG]
2018-01-09 12:20:28 +01:00
UseLists =
Allowed =
Denied =
Range =
RegEx =
2018-01-07 21:49:08 +01:00
[ZVEI]
2018-01-09 12:20:28 +01:00
UseLists =
Allowed =
Denied =
Range =
RegEx =
2018-01-07 21:49:08 +01:00
[Filter]
2018-01-08 23:40:54 +01:00
UseDoubleFilter = 0
2018-01-07 21:49:08 +01:00
UseRegexFilter = 0
2018-01-15 21:00:52 +01:00
[doubleFilter]
2018-01-08 23:40:54 +01:00
# max number of entrys to save for comparison
MaxEntry = 30
# time to ignore same alarm in seconds
2018-01-15 21:00:52 +01:00
IgnoreTime = 10
2018-01-08 23:40:54 +01:00
# include pocsag msg in comparison
CheckMsg = 0
[regexFilter]
2018-01-07 21:49:08 +01:00
[Description]
2018-01-08 23:40:54 +01:00
# load CSV description files with short and lon description
2018-01-07 21:49:08 +01:00
fms = 0
pocsag = 0
zvei = 0
[Plugins]
# here you can enable needed plugins
2018-01-09 12:20:28 +01:00
# 0 is disabled
# all greater than 0 enable the plugin
# the higher the number the earlier the plugin is called on alarm
# we call ist Plugin Prioority
2018-01-14 20:06:31 +01:00
template = 1