aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-16 21:14:39 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-16 21:14:39 +0000
commitbf36352bcdb8eeee76e63604a8ef74a61f899b43 (patch)
tree04b46b5351cf84a266f6c5f19796f3570da1cca0 /src/regex
parentcffaa8b4a6591c02325a368dcc7cd3b999d1ef60 (diff)
downloadgnunet-bf36352bcdb8eeee76e63604a8ef74a61f899b43.tar.gz
gnunet-bf36352bcdb8eeee76e63604a8ef74a61f899b43.zip
-adding single file for testing without autostarts above core level
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/test_regex_api_data.conf51
1 files changed, 7 insertions, 44 deletions
diff --git a/src/regex/test_regex_api_data.conf b/src/regex/test_regex_api_data.conf
index 5c7ad1abd..84df06238 100644
--- a/src/regex/test_regex_api_data.conf
+++ b/src/regex/test_regex_api_data.conf
@@ -1,15 +1,9 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
3
1[PATHS] 4[PATHS]
2GNUNET_TEST_HOME = /tmp/test-regex-api/ 5GNUNET_TEST_HOME = /tmp/test-regex-api/
3 6
4[fs]
5AUTOSTART = NO
6
7[resolver]
8AUTOSTART = NO
9
10[datastore]
11AUTOSTART = NO
12
13[dhtcache] 7[dhtcache]
14QUOTA = 1 MB 8QUOTA = 1 MB
15DATABASE = heap 9DATABASE = heap
@@ -24,35 +18,16 @@ MINIMUM-FRIENDS = 0
24WAN_QUOTA_IN = 1 GB 18WAN_QUOTA_IN = 1 GB
25WAN_QUOTA_OUT = 1 GB 19WAN_QUOTA_OUT = 1 GB
26 20
27[core]
28PORT = 2092
29
30[dht] 21[dht]
22AUTOSTART = YES
31PORT = 12370 23PORT = 12370
32 24
25[regex]
26AUTOSTART = YES
27
33[transport] 28[transport]
34plugins = tcp 29plugins = tcp
35NEIGHBOUR_LIMIT = 50 30NEIGHBOUR_LIMIT = 50
36PORT = 2091
37
38[peerinfo]
39PORT = 2090
40
41[resolver]
42PORT = 2089
43
44[statistics]
45PORT = 2088
46
47[arm]
48PORT = 2087
49
50[transport-tcp]
51TIMEOUT = 300 s
52PORT = 2094
53
54[TESTING]
55WEAKRANDOM = NO
56 31
57[nat] 32[nat]
58DISABLEV6 = YES 33DISABLEV6 = YES
@@ -62,15 +37,3 @@ BEHIND_NAT = NO
62ALLOW_NAT = NO 37ALLOW_NAT = NO
63INTERNAL_ADDRESS = 127.0.0.1 38INTERNAL_ADDRESS = 127.0.0.1
64EXTERNAL_ADDRESS = 127.0.0.1 39EXTERNAL_ADDRESS = 127.0.0.1
65
66[dns]
67AUTOSTART = NO
68
69[namestore]
70AUTOSTART = NO
71
72[nse]
73AUTOSTART = NO
74
75[vpn]
76AUTOSTART=NO