diff options
Diffstat (limited to 'src/arm/test_arm_api_data.conf')
-rw-r--r-- | src/arm/test_arm_api_data.conf | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/arm/test_arm_api_data.conf b/src/arm/test_arm_api_data.conf index 7d56e65..b1000e9 100644 --- a/src/arm/test_arm_api_data.conf +++ b/src/arm/test_arm_api_data.conf @@ -1,27 +1,22 @@ [PATHS] SERVICEHOME = /tmp/test-gnunetd-arm/ -DEFAULTCONFIG = test_arm_api_data.conf [arm] PORT = 23354 DEFAULTSERVICES = BINARY = gnunet-service-arm OPTIONS = -L ERROR -# DEBUG = YES #PREFIX = valgrind --tool=memcheck --leak-check=yes [resolver] -# DEBUG = YES PORT = 23355 # PREFIX = valgrind [do-nothing] -#DEBUG = YES AUTOSTART = NO PORT = 2223 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = mockup-service ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; @@ -44,13 +39,12 @@ AUTOSTART = NO [statistics] AUTOSTART = YES -# DEBUG = NO - [dns] AUTOSTART = NO - +[consensus] +AUTOSTART = NO [nse] AUTOSTART = NO |