-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.template
executable file
·72 lines (65 loc) · 3.05 KB
/
config.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
; Silent Wings Server configuration file
[server]
port: 80
pid=/tmp/sws.pid
; where the webserver documentets are
root=/var/www/html
; if we plan to use the MySQL database or the SQLITE3 database
MySQL =True
; server where the databse is hosted
DBhost =localhost
DBuser =ogn
DBpasswd =yourpassword
DBuserread =ognread
DBpasswdread =yourpassword
; Name of the MySQL database
DBname =SWIFACE
; name of the SQLITE3 database
SQLite3 =SWiface.db
; initial for the generated files TEST or DATA or CNVV ???
Initials =TEST
; directory where the files are located
DBpath =/nfs/OGN/SWdata/
[APRS]
; name of the OGN APRS server
APRS_SERVER_HOST = 'aprs.glidernet.org'
APRS_SERVER_PORT = 14580
; APRS user name .... please change it to fit your needs.
APRS_USER = 'SWItest'
; password for the APRS user or -1 for unverified. Get the password from: https://apps.magicbug.co.uk/passcode/
APRS_PASSCODE = -1
; APRS filter, it defined the area where the APRS will send us the fixes ...
APRS_FILTER_DETAILS = 'filter r/44.11/+5.56/100 '
[location]
; event location, name and coordenates
location_latitude = 44.11
location_longitud = 5.56
location_name = "Sisteron"
; SWiface collects data from the OGN, SPIDER, SPOT, LT24, SKYLINES annd aggregates data fro the OGN trackers
; the behaviour of how to aggregate that data is defined thry the TRKDEVICES tabale of the database
; if SPIDER data is used ???
SPIDER = False
SPIuser = "[email protected]"
SPIpassword = "spider"
; if SPOT data is used ???
SPOT = False
; if LiveTrack24 clients data is used ???
LT24 = False
LT24username = "yourid"
LT24password = "yourpassword"
; specify where to find the pilot pictures in the FAI's ranking list of the local directory pic
PicPilots = 'FAI'
; name of the events
eventname1="CNVV 2017"
eventname2="OGN LIVE"
; description of the events
eventdesc1="Campeonato Nacional de Vuelo a Vela"
eventdesc2="OGN Live tracking in Alps "
[filter]
; further filter to the data to be saved in order to improve the performance
; the filter are defined by a set of two paralelles if zero means no filter
FILTER_LATI1 = 42.0
FILTER_LATI2 = 46.0
; secondary filter
FILTER_LATI3 = 0
FILTER_LATI4 = 0