hxing
[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 TOTAL_QUOTA_IN = 104857600
13 TOTAL_QUOTA_OUT = 104757600
14 UNIXPATH = /tmp/gnunet-service-core.sock
15
16 [test-sts]
17 AUTOSTART = YES
18 PORT = 9252 
19 HOSTNAME = localhost
20 HOME = $SERVICEHOME
21 CONFIG = $DEFAULTCONFIG
22 BINARY = test_core_api_send_to_self
23 ACCEPT_FROM = 127.0.0.1;
24 ACCEPT_FROM6 = ::1;
25 TOTAL_QUOTA_IN = 65536
26 TOTAL_QUOTA_OUT = 65536
27 UNIXPATH = /tmp/gnunet-service-sts.sock
28