fix broken example config

master
Geoffrey Merck 4 years ago
parent f61b01773d
commit b37078f4f5

@ -29,12 +29,6 @@ ircddb = ( #ircddb networks in paretheses
# } # }
) )
remote = {
# enabled = false
# password = "ChangeMe"
# port = 39999 # choose a port for communcation. Wherever the server is running, this port on its local network needs to be open.
}
repeaters = ( # The modules list is contained in parentheses repeaters = ( # The modules list is contained in parentheses
{ # Up to 15 different modules can be specified, each in curly brackets { # Up to 15 different modules can be specified, each in curly brackets
@ -79,27 +73,27 @@ paths = {
data="/usr/local/share/dstargateway/" #Path where the data (hostfiles, audio files etc) can be found data="/usr/local/share/dstargateway/" #Path where the data (hostfiles, audio files etc) can be found
} }
dextra { dextra = {
enabled=true # There is no reason to disable this enabled=true # There is no reason to disable this
maxDongles=5 maxDongles=5
} }
dplus { dplus = {
enabled=true # There is no reason to disable this enabled=true # There is no reason to disable this
maxDongles=5 maxDongles=5
login="" # defaults to gateway callsign login="" # defaults to gateway callsign
} }
dcs { dcs = {
enabled=true # There is no reason to disable this enabled=true # There is no reason to disable this
} }
xlx { xlx = {
enabled=true enabled=true
hostfileUrl="http://xlxapi.rlx.lu/api.php?do=GetReflectorHostname" hostfileUrl="http://xlxapi.rlx.lu/api.php?do=GetReflectorHostname"
} }
remote { remote = {
enabled=false enabled=false
port=4242 port=4242
password="CHANGE_ME" # If password is left blank, remote will be disabled regardless of the enabled field password="CHANGE_ME" # If password is left blank, remote will be disabled regardless of the enabled field

Loading…
Cancel
Save

Powered by TurnKey Linux.