-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
example-config.ini
69 lines (46 loc) · 2.04 KB
/
example-config.ini
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
[aprscot]
# APRSCOT Configuration: https://aprscot.rtfd.io/
# Change values here, and restart with: sudo systemctl restart aprscot
# Enable or Disable the APRSCOT software daemon.
# ENABLED=1
# URL to CoT destination. Must be a URL, e.g. tcp://1.2.3.4:1234 or tls://...:1234, etc.
# COT_URL=udp+wo://239.2.3.1:6969
# APRS-IS Login Callsign
# APRSIS_CALLSIGN=SUNSET
# APRS-IS Passcode ("password")
# APRSIS_PASSCODE=-1
# APRS-IS Server-side Filter. See: http://www.aprs-is.net/javAPRSFilter.aspx
# APRSIS_FILTER=m/50
# APRS-IS Server
# APRSIS_HOST=rotate.aprs.net
# APRS-IS Port
# APRSIS_PORT=14580
# COT Stale period ("timeout"), in seconds.
# COT_STALE=3600
# Override COT Event Type ("marker type").
# COT_TYPE=a-f-G-I-U-T-r
# PyTAK Configuration: https://pytak.rtfd.io/
# Change values here, and restart with: sudo systemctl restart aprscot
# Sets TAK Protocol to use for CoT output.
# TAK_PROTO=0
# Sets debug-level logging. Any value other than 0 is considered True. False if unset.
# DEBUG=
# TAK Data Packages containing TAK Server connection settings, TLS certificates, etc.
# PREF_PACKAGE=
# Path to a file containing the unencrypted plain-text PEM format Client Certificate.
# This file can contain both the Client Cert & Client Key, or the Client Cert alone.
# In the later case (cert alone), PYTAK_TLS_CLIENT_KEY must be set to the Client Key.
# PYTAK_TLS_CLIENT_CERT=
# Path to a file containing the unencrypted plain-text PEM format Client Private Key
# for the associated PYTAK_TLS_CLIENT_CERT.
# PYTAK_TLS_CLIENT_KEY=
# Password for password protected certificates or password protected Private Keys.
# PYTAK_TLS_CLIENT_PASSWORD=
# Disable destination TLS Certificate Verification.
# PYTAK_TLS_DONT_VERIFY=
# Disable destination TLS Certificate Common Name (CN) Verification.
# PYTAK_TLS_DONT_CHECK_HOSTNAME=
# File containing the CA Trust Store to use for remote certificate verification.
# PYTAK_TLS_CLIENT_CAFILE=
# Expected hostname or CN of the connected server. Not used unless verifying hostname.
# PYTAK_TLS_SERVER_EXPECTED_HOSTNAME=