aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.conf
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-01-05 15:37:07 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-01-05 15:37:07 +0000
commit1c930a3459ca5875bc9fc93cf4761f570e02c701 (patch)
tree04914c680f68c94dba91a056dd013904bc9d66cf /src/core/test_core_api_send_to_self.conf
parent6d3e206b41bee6ed6443c81874c39b872b1f04bc (diff)
downloadgnunet-1c930a3459ca5875bc9fc93cf4761f570e02c701.tar.gz
gnunet-1c930a3459ca5875bc9fc93cf4761f570e02c701.zip
test-case for cores send-to-self-feature
Diffstat (limited to 'src/core/test_core_api_send_to_self.conf')
-rw-r--r--src/core/test_core_api_send_to_self.conf64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
new file mode 100644
index 000000000..7518456b8
--- /dev/null
+++ b/src/core/test_core_api_send_to_self.conf
@@ -0,0 +1,64 @@
1[PATHS]
2SERVICEHOME = ~/.gnunet/
3# SERVICEHOME = /var/lib/gnunet/
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
18[arm]
19PORT = 0
20HOSTNAME = localhost
21HOME = $SERVICEHOME
22CONFIG = $DEFAULTCONFIG
23BINARY = gnunet-service-arm
24ACCEPT_FROM = 127.0.0.1;
25ACCEPT_FROM6 = ::1;
26DEFAULTSERVICES = core test-sts
27UNIXPATH = /tmp/gnunet-service-arm.sock
28
29[test-sts]
30AUTOSTART = YES
31PORT = 0
32HOSTNAME = localhost
33HOME = $SERVICEHOME
34CONFIG = $DEFAULTCONFIG
35BINARY = test_core_api_send_to_self
36ACCEPT_FROM = 127.0.0.1;
37ACCEPT_FROM6 = ::1;
38TOTAL_QUOTA_IN = 65536
39TOTAL_QUOTA_OUT = 65536
40UNIXPATH = /tmp/gnunet-service-sts.sock
41DEBUG = 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 =