aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/test_rps.conf49
1 files changed, 48 insertions, 1 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 45f62133a..411bde5ec 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -1,5 +1,5 @@
1[rps] 1[rps]
2#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p 2PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
3#BINARY = gnunet-service-rps 3#BINARY = gnunet-service-rps
4UNIXPATH = /tmp/gnunet-service-rps.sock 4UNIXPATH = /tmp/gnunet-service-rps.sock
5HOME = $SERVICEHOME 5HOME = $SERVICEHOME
@@ -41,3 +41,50 @@ USE_LOCALADDR = YES
41# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) 41# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
42RETURN_LOCAL_ADDRESSES = YES 42RETURN_LOCAL_ADDRESSES = YES
43 43
44[transport]
45PLUGINS = unix
46
47[dht]
48DISABLE_TRY_CONNECT = YES
49
50[cadet]
51DISABLE_TRY_CONNECT = YES
52
53[PATHS]
54GNUNET_TEST_HOME = /tmp/rps/
55
56[peerinfo]
57NO_IO = YES
58
59[hostlist]
60FORCESTART = NO
61AUTOSTART = NO
62
63[namecache]
64FORCESTART = NO
65AUTOSTART = NO
66
67[namestore]
68FORCESTART = NO
69AUTOSTART = NO
70
71[topology]
72FORCESTART = NO
73AUTOSTART = NO
74
75[vpn]
76FORCESTART = NO
77AUTOSTART = NO
78
79[revocation]
80FORCESTART = NO
81AUTOSTART = NO
82
83[gns]
84FORCESTART = NO
85AUTOSTART = NO
86
87[fs]
88FORCESTART = NO
89AUTOSTART = NO
90