blob: 82e5cc01d0fe7b984cd3db7c825b86fd58e8c5b9 (
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
|
@INLINE@ template_cfg_peer2.conf
[PATHS]
GNUNET_TEST_HOME = /tmp/test-transport/api-https-p2/
[transport-https_server]
PORT = 12310
KEY_FILE = $GNUNET_TEST_HOME/https_key_p2.key
CERT_FILE = $GNUNET_TEST_HOME/https_cert_p2.crt
[arm]
PORT = 12315
UNIXPATH = /tmp/gnunet-p2-service-arm.sock
[statistics]
PORT = 12314
UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
[resolver]
PORT = 12313
UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
[peerinfo]
PORT = 12312
UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
[transport]
PORT = 12311
PLUGINS = https_server
UNIXPATH = /tmp/gnunet-p2-service-transport.sock
|