comments
[oweals/gnunet.git] / src / transport / test_transport_api_unix_peer1.conf
1 [transport-unix]
2 PORT = 12120
3
4 [fs]
5 AUTOSTART = NO
6
7 [datastore]
8 AUTOSTART = NO
9
10 [core]
11 AUTOSTART = NO
12
13 [hostlist]
14 HTTP-PROXY = 
15 SERVERS = http://gnunet.org:8080/
16 OPTIONS = -b
17 BINARY = gnunet-daemon-hostlist
18 CONFIG = $DEFAULTCONFIG
19 HOME = $SERVICEHOME
20 HOSTNAME = localhost
21 HTTPPORT = 8080
22
23 [topology]
24 BINARY = gnunet-daemon-topology
25 CONFIG = $DEFAULTCONFIG
26 FRIENDS = $SERVICEHOME/friends
27 TARGET-CONNECTION-COUNT = 16
28 AUTOCONNECT = YES
29 FRIENDS-ONLY = NO
30 MINIMUM-FRIENDS = 0
31
32 [core]
33 AUTOSTART = NO
34
35 [transport]
36 PLUGINS = unix
37 #DEBUG = YES
38 ACCEPT_FROM6 = ::1;
39 ACCEPT_FROM = 127.0.0.1;
40 NEIGHBOUR_LIMIT = 50
41 BINARY = gnunet-service-transport
42 CONFIG = $DEFAULTCONFIG
43 HOME = $SERVICEHOME
44 HOSTNAME = localhost
45 PORT = 12121
46 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
47
48
49 [peerinfo]
50 TRUST = $SERVICEHOME/data/credit/
51 HOSTS = $SERVICEHOME/data/hosts/
52 ACCEPT_FROM6 = ::1;
53 ACCEPT_FROM = 127.0.0.1;
54 BINARY = gnunet-service-peerinfo
55 CONFIG = $DEFAULTCONFIG
56 HOME = $SERVICEHOME
57 HOSTNAME = localhost
58 PORT = 12122
59 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
60
61 [resolver]
62 ACCEPT_FROM6 = ::1;
63 ACCEPT_FROM = 127.0.0.1;
64 BINARY = gnunet-service-resolver
65 CONFIG = $DEFAULTCONFIG
66 HOME = $SERVICEHOME
67 HOSTNAME = localhost
68 PORT = 12123
69 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
70
71 [statistics]
72 ACCEPT_FROM6 = ::1;
73 ACCEPT_FROM = 127.0.0.1;
74 BINARY = gnunet-service-statistics
75 CONFIG = $DEFAULTCONFIG
76 HOME = $SERVICEHOME
77 HOSTNAME = localhost
78 PORT = 12124
79 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
80
81 [arm]
82 DEFAULTSERVICES = 
83 ACCEPT_FROM6 = ::1;
84 ACCEPT_FROM = 127.0.0.1;
85 BINARY = gnunet-service-arm
86 CONFIG = $DEFAULTCONFIG
87 HOME = $SERVICEHOME
88 HOSTNAME = localhost
89 PORT = 12125
90 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
91
92 [TESTING]
93 WEAKRANDOM = YES
94
95 [gnunetd]
96 HOSTKEY = $SERVICEHOME/.hostkey
97
98 [PATHS]
99 DEFAULTCONFIG = test_transport_api_unix_peer1.conf
100 SERVICEHOME = /tmp/test-transport/api-unix-p1/
101
102 [dht]
103 AUTOSTART = NO
104
105 [mesh]
106 AUTOSTART = NO
107
108
109 [dns]
110 AUTOSTART = NO
111
112
113
114 [nse]
115 AUTOSTART = NO
116
117