blob: fda69ae5ca47bc071b1fb915f71ef5c3cfa78520 (
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
|
@INLINE@ template_cfg_peer1.conf
[PATHS]
SERVICEHOME = /tmp/test-transport/api-https-p1/
[transport-https_client]
[arm]
PORT = 12105
[statistics]
PORT = 12104
UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
[resolver]
PORT = 12103
UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
[peerinfo]
PORT = 12102
UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
[transport]
PORT = 12101
PLUGINS = https_client
UNIXPATH = /tmp/gnunet-p1-service-transport.sock
|