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