fix broken example config

master
Geoffrey Merck 4 years ago
parent 186ee979b4
commit 3b1a879ea8

@ -1,16 +1,17 @@
gateway = {
type= # repeater, hotspot, dongle. Defaults to repeater
callsign = "N0CALL"
address = "" # this is the computer interface for the outgoing connection. Usually leave it blank and it will use whatever is avaiable.
icomAddress=172.16.0.20
icomAddress="172.16.0.20"
icomPort=20000
hbAddress=127.0.0.1 #address to use for connectin with homebrew repeaters (MMDVMHost, DStarRepeater)
hbAddress="127.0.0.1" #address to use for connectin with homebrew repeaters (MMDVMHost, DStarRepeater)
hbPort=20010
latitude=
longitude=
description1=
description2=
url=
latitude=""
longitude=""
description1=""
description2=""
url=""
language= # "english_uk", "deutsch", "dansk", "francais", "italiano", "polski", "english_us", "espanol", "svenska", "nederlands_nl", "nederlands_be", "norsk", "portugues"
}
# NOTHING usually needs to be specified in the ircddb section
@ -42,21 +43,21 @@ repeaters = ( # The modules list is contained in parentheses
address = "" # address where the repeater can be found, if left empty defaults to 127.0.0.1
port=20011
type="hb" # hb or icom
reflector=
reflector=""
reflectorAtStartup=true
reflectorReconnect= # never, fixed, 5, 10, 15, 20, 25, 30, 60, 90, 120, 180
frequency=434.00000
offset=9.00000
rangeKm=0.1
latitude=
longitude=
agl=
description1=
description2=
url=
band1=
band2=
band3=
latitude=""
longitude=""
agl=""
description1=""
description2=""
url=""
band1=""
band2=""
band3=""
# }, # be sure there is a comma between repeaters
# { # Up to 15 different modules can be specified, each in curly brackets
# band = "C" # Each module has to have a band letter
@ -66,9 +67,14 @@ repeaters = ( # The modules list is contained in parentheses
}
) # close paren to close out the module defines
paths = (
{
log=/var/log/dstargateway/
data=/usr/local/share/dstargateway/ #Path where the data (hostfiles, audio files etc) can be found
}
)
aprs = {
enabled=true
hostname="rotate.aprs2.net" # Defaults to rotate.aprs2.net
port=14580 # Defaults to 14580, there is no reason to change this
password="1234"
}
paths = {
log="/var/log/dstargateway/"
data="/usr/local/share/dstargateway/" #Path where the data (hostfiles, audio files etc) can be found
}
Loading…
Cancel
Save

Powered by TurnKey Linux.