-
Notifications
You must be signed in to change notification settings - Fork 8
/
server.ini
103 lines (75 loc) · 2.83 KB
/
server.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
################################################################
# server.ini - configuration of polaric-aprsd
# See http://aprs.no/dokuwiki/doku.php?id=aprd_config_reference
#
# Note that some of these are managed by web-interface.
# For those, the values defined in this file are default values.
################################################################
timezone = Europe/Oslo
#################################################
# HTTP server configuration
#################################################
httpserver.port = 8081
# Set to true to run the backend server in HTTPS mode. If you do that,
# be sure that you install a certificate first.
httpserver.secure = false
# Securesession - set to true to force the use of https
# for login sessions (secure flag on cookie).
httpserver.securesession = false
# This is used to generate CORS header. Regular expression.
# Use this to limit what orgins that should accept this server.
# Default is to accept all origins
httpserver.alloworigin = .*
# Location for static files. Normally, we shouldn't
# need to change this.
# httpserver.filedir = /usr/share/polaric
###############################################
# Log levels: 0 = DEBUG (and higher)
# 1 = INFO (and higher)
# 2 = WARN (and higher)
# 4 = ERROR
#
# set channel.logpackets to true to show all
# incoming APRS packets in the log. Remember that
# that can be a lot.
##################################################
aprsd.log.level = 1
channel.logpackets = false
############################################
# Advanced settings for the remote control
# protocol based on APRS messaging.
#
# Before using these settings be sure that
# it is legal (privacy and encryption)!!
############################################
# Send logon user information to these
# servers (regex on callsign)
# remotectl.userinfo = NONE
# Encrypt user ids when sent to other
# servers over APRS (regex on callsign)
# removectl.encrypt = NONE
#######################################
# Properties of map overlay
# default icon
#######################################
map.icon.default = sym00.png
#####################################################
# Settings below this point are handled by the web
# interface. Here they serve as default values
# You should probably not change these settings here.
# Do it in the web-interface.
#####################################################
default.mycall = NOCALL
# Default inet and radio channels. Radio channel is not
# defined by default.
channels = aprsIS,radio
channel.default.inet = aprsIS
channel.default.rf = radio
# Inet channel is aprs.no with data from Norway
channel.aprsIS.on = true
channel.aprsIS.type = APRSIS
channel.aprsIS.host = aprs.no
channel.aprsIS.port = 14585
# Radio channel is off by default
channel.radio.on = false
channel.radio.type = TNC2