blob: 5d0235f7369eb195402b8034da1f40574c700f5d (
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
|
@INLINE@ template_cfg_peer1.conf
[PATHS]
SERVICEHOME = /tmp/test-transport/api-unix-p1/
[arm]
PORT = 12125
UNIXPATH = /tmp/gnunet-p1-service-arm.sock
[statistics]
PORT = 12124
UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
[resolver]
PORT = 12123
UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
[peerinfo]
PORT = 12122
UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
[transport]
PORT = 12121
PLUGINS = unix
UNIXPATH = /tmp/gnunet-p1-service-transport.sock
[transport-unix]
PORT = 12120
|