blob: d5e88261a67e49eadd6fdc93b846b96513f22787 (
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 = 12305
UNIXPATH = /tmp/gnunet-p1-service-arm.sock
[statistics]
PORT = 12304
UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
[resolver]
PORT = 12303
UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
[peerinfo]
PORT = 12302
UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
[transport]
PORT = 12301
PLUGINS = https_client
UNIXPATH = /tmp/gnunet-p1-service-transport.sock
|