undo
[oweals/gnunet.git] / src / core / test_core_api_send_to_self.conf
1 [PATHS]
2 SERVICEHOME = ~/.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]
10 HOSTKEY = $SERVICEHOME/.hostkey
11
12 [TESTING]
13 WEAKRANDOM = NO
14
15 [client]
16 HOME = $SERVICEHOME
17
18 [arm]
19 PORT = 0
20 HOSTNAME = localhost
21 HOME = $SERVICEHOME
22 CONFIG = $DEFAULTCONFIG
23 BINARY = gnunet-service-arm
24 ACCEPT_FROM = 127.0.0.1;
25 ACCEPT_FROM6 = ::1;
26 DEFAULTSERVICES = core test-sts
27 UNIXPATH = /tmp/gnunet-service-arm.sock
28
29 [test-sts]
30 AUTOSTART = YES
31 PORT = 0
32 HOSTNAME = localhost
33 HOME = $SERVICEHOME
34 CONFIG = $DEFAULTCONFIG
35 BINARY = test_core_api_send_to_self
36 ACCEPT_FROM = 127.0.0.1;
37 ACCEPT_FROM6 = ::1;
38 TOTAL_QUOTA_IN = 65536
39 TOTAL_QUOTA_OUT = 65536
40 UNIXPATH = /tmp/gnunet-service-sts.sock
41 DEBUG = YES
42
43 [core]
44 AUTOSTART = YES
45 PORT = 0
46 HOSTNAME = localhost
47 HOME = $SERVICEHOME
48 CONFIG = $DEFAULTCONFIG
49 BINARY = gnunet-service-core
50 ACCEPT_FROM = 127.0.0.1;
51 ACCEPT_FROM6 = ::1;
52 # quotas are in bytes per second now!
53 TOTAL_QUOTA_IN = 104857600
54 TOTAL_QUOTA_OUT = 104757600
55 UNIXPATH = /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 =