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