diff options
Diffstat (limited to 'src/nat/test_nat_data.conf')
-rw-r--r-- | src/nat/test_nat_data.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf index 7ad00a0..9314e06 100644 --- a/src/nat/test_nat_data.conf +++ b/src/nat/test_nat_data.conf @@ -1,8 +1,6 @@ [PATHS] SERVICEHOME = /tmp/nat-test # SERVICEHOME = /var/lib/gnunet/ -# DEFAULTCONFIG = /etc/gnunet.conf -# If 'DEFAULTCONFIG' is not defined, the current # configuration file is assumed to be the default, # which is what we want by default... @@ -51,7 +49,6 @@ DISABLEV6 = NO PORT = 2087 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-arm ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; @@ -75,7 +72,6 @@ AUTOSTART = YES PORT = 2088 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-statistics ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; @@ -97,7 +93,6 @@ AUTOSTART = YES PORT = 2089 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-resolver ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; @@ -139,3 +134,5 @@ AUTOSTART = NO AUTOSTART = NO +[consensus] +AUTOSTART = NO |