-LRN: use correct character counting, instead of byte counting
[oweals/gnunet.git] / src / core / test_core_api_send_to_self.conf
1 @INLINE@ test_core_defaults.conf
2 [PATHS]
3 SERVICEHOME = ~/.gnunet/
4 DEFAULTCONFIG = test_core_api_send_to_self.conf
5
6 [arm]
7 PORT = 2425 
8 DEFAULTSERVICES = core test-sts
9
10 [core]
11 PORT = 24512
12 UNIXPATH = /tmp/gnunet-service-core.sock
13
14 [ats]
15 WAN_QUOTA_IN = 104857600
16 WAN_QUOTA_OUT = 104757600
17 PORT = 24571
18 UNIXPATH = /tmp/gnunet-p1-service-ats.sock
19
20 [test-sts]
21 AUTOSTART = YES
22 PORT = 9252 
23 HOSTNAME = localhost
24 HOME = $SERVICEHOME
25 CONFIG = $DEFAULTCONFIG
26 BINARY = test_core_api_send_to_self
27 ACCEPT_FROM = 127.0.0.1;
28 ACCEPT_FROM6 = ::1;
29 TOTAL_QUOTA_IN = 65536
30 TOTAL_QUOTA_OUT = 65536
31 UNIXPATH = /tmp/gnunet-service-sts.sock
32