blob: 4ff2ee44acb2d7cdd11a8c1818d8a4b40197ee73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
@INLINE@ test_core_defaults.conf
[PATHS]
SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-1/
DEFAULTCONFIG = test_core_quota_peer1.conf
[transport-tcp]
PORT = 12468
[arm]
PORT = 12476
UNIXPATH = /tmp/gnunet-core-sym-p1-service-arm.sock
[statistics]
PORT = 12477
UNIXPATH = /tmp/gnunet-core-sym-p1-service-statistics.sock
[resolver]
PORT = 12474
UNIXPATH = /tmp/gnunet-core-sym-p1-service-resolver.sock
[peerinfo]
PORT = 12479
UNIXPATH = /tmp/gnunet-core-sym-p1-service-peerinfo.sock
[transport]
PORT = 12475
UNIXPATH = /tmp/gnunet-core-sym-p1-service-transport.sock
[ats]
WAN_QUOTA_IN = 10240
WAN_QUOTA_OUT = 10240
[core]
PORT = 12480
UNIXPATH = /tmp/gnunet-core-sym-p1-service-core.sock
DEBUG = NO
[ats]
PORT = 12481
UNIXPATH = /tmp/gnunet-core-sym-p1-service-ats.sock
|