From b37078f4f5fd5c6ad99bd98d5cb57752f81c0f67 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 27 Dec 2021 22:47:55 +0100 Subject: [PATCH] fix broken example config --- example.cfg | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/example.cfg b/example.cfg index 39dc071..1ce9b77 100644 --- a/example.cfg +++ b/example.cfg @@ -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 { # 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 } -dextra { +dextra = { enabled=true # There is no reason to disable this maxDongles=5 } -dplus { +dplus = { enabled=true # There is no reason to disable this maxDongles=5 login="" # defaults to gateway callsign } -dcs { +dcs = { enabled=true # There is no reason to disable this } -xlx { +xlx = { enabled=true hostfileUrl="http://xlxapi.rlx.lu/api.php?do=GetReflectorHostname" } -remote { +remote = { enabled=false port=4242 password="CHANGE_ME" # If password is left blank, remote will be disabled regardless of the enabled field