aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 13:43:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 13:43:22 +0000
commit1643c64169883ed1b9c860e3e1146a503f251f0a (patch)
tree9433044622938a1117a2dcdab74845bf1331b66e /src/core/test_core_api_data.conf
parent003d9c41d5ff799d9472489ba0544bb4a6942c85 (diff)
downloadgnunet-1643c64169883ed1b9c860e3e1146a503f251f0a.tar.gz
gnunet-1643c64169883ed1b9c860e3e1146a503f251f0a.zip
simplifying configs
Diffstat (limited to 'src/core/test_core_api_data.conf')
-rw-r--r--src/core/test_core_api_data.conf26
1 files changed, 7 insertions, 19 deletions
diff --git a/src/core/test_core_api_data.conf b/src/core/test_core_api_data.conf
index 72f747dc8..438423372 100644
--- a/src/core/test_core_api_data.conf
+++ b/src/core/test_core_api_data.conf
@@ -1,25 +1,13 @@
1@INLINE@ test_core_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-core/
3DEFAULTCONFIG = test_core_api_data.conf 3DEFAULTCONFIG = test_core_api_data.conf
4 4
5[testing]
6WEAKRANDOM = YES
7
8[arm] 5[arm]
9#DEBUG = YES 6DEFAULTSERVICES = topology hostlist
10#OPTIONS = -L DEBUG
11
12[dht]
13AUTOSTART = NO
14
15
16
17[dns]
18AUTOSTART = NO
19
20
21
22[nse]
23AUTOSTART = NO
24 7
8[core]
9PORT = 2092
10TOTAL_QUOTA_IN = 65536
11TOTAL_QUOTA_OUT = 65536
12UNIXPATH = /tmp/gnunet-service-core.sock
25 13