aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.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_send_to_self.conf
parent003d9c41d5ff799d9472489ba0544bb4a6942c85 (diff)
downloadgnunet-1643c64169883ed1b9c860e3e1146a503f251f0a.tar.gz
gnunet-1643c64169883ed1b9c860e3e1146a503f251f0a.zip
simplifying configs
Diffstat (limited to 'src/core/test_core_api_send_to_self.conf')
-rw-r--r--src/core/test_core_api_send_to_self.conf66
1 files changed, 10 insertions, 56 deletions
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index 3eb66afad..8271ea96a 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -1,34 +1,21 @@
1@INLINE@ test_core_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = ~/.gnunet/ 3SERVICEHOME = ~/.gnunet/
3# SERVICEHOME = /var/lib/gnunet/ 4DEFAULTCONFIG = test_core_api_send_to_self.conf
4# DEFAULTCONFIG = /etc/gnunet.conf
5# If 'DEFAULTCONFIG' is not defined, the current
6# configuration file is assumed to be the default,
7# which is what we want by default...
8
9[gnunetd]
10HOSTKEY = $SERVICEHOME/.hostkey
11
12[TESTING]
13WEAKRANDOM = NO
14
15[client]
16HOME = $SERVICEHOME
17 5
18[arm] 6[arm]
19PORT = 0 7PORT = 2425
20HOSTNAME = localhost
21HOME = $SERVICEHOME
22CONFIG = $DEFAULTCONFIG
23BINARY = gnunet-service-arm
24ACCEPT_FROM = 127.0.0.1;
25ACCEPT_FROM6 = ::1;
26DEFAULTSERVICES = core test-sts 8DEFAULTSERVICES = core test-sts
27UNIXPATH = /tmp/gnunet-service-arm.sock 9
10[core]
11PORT = 24512
12TOTAL_QUOTA_IN = 104857600
13TOTAL_QUOTA_OUT = 104757600
14UNIXPATH = /tmp/gnunet-service-core.sock
28 15
29[test-sts] 16[test-sts]
30AUTOSTART = YES 17AUTOSTART = YES
31PORT = 0 18PORT = 9252
32HOSTNAME = localhost 19HOSTNAME = localhost
33HOME = $SERVICEHOME 20HOME = $SERVICEHOME
34CONFIG = $DEFAULTCONFIG 21CONFIG = $DEFAULTCONFIG
@@ -38,37 +25,4 @@ ACCEPT_FROM6 = ::1;
38TOTAL_QUOTA_IN = 65536 25TOTAL_QUOTA_IN = 65536
39TOTAL_QUOTA_OUT = 65536 26TOTAL_QUOTA_OUT = 65536
40UNIXPATH = /tmp/gnunet-service-sts.sock 27UNIXPATH = /tmp/gnunet-service-sts.sock
41#DEBUG = YES
42
43[core]
44AUTOSTART = YES
45PORT = 0
46HOSTNAME = localhost
47HOME = $SERVICEHOME
48CONFIG = $DEFAULTCONFIG
49BINARY = gnunet-service-core
50ACCEPT_FROM = 127.0.0.1;
51ACCEPT_FROM6 = ::1;
52# quotas are in bytes per second now!
53TOTAL_QUOTA_IN = 104857600
54TOTAL_QUOTA_OUT = 104757600
55UNIXPATH = /tmp/gnunet-service-core.sock
56# DEBUG = YES
57# USERNAME =
58# MAXBUF =
59# TIMEOUT =
60# DISABLEV6 =
61# BINDTO =
62# REJECT_FROM =
63# REJECT_FROM6 =
64# PREFIX =
65
66[dns]
67AUTOSTART = NO
68
69
70
71[nse]
72AUTOSTART = NO
73
74 28