aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dhtlog_data.conf
blob: ab108b5dce97e5ce4db8320a2b34d1cc662b4eba (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[fs]
AUTOSTART = NO

[dhtcache]
QUOTA = 1000000
DATABASE = sqlite

[transport]
PLUGINS = tcp
DEBUG = NO
NEIGHBOUR_LIMIT = 50
PORT = 12365

[core]
TOTAL_QUOTA_OUT = 3932160
TOTAL_QUOTA_IN = 3932160
PORT = 12092

[arm]
DEFAULTSERVICES = dht
PORT = 12366
DEBUG = NO

[transport-tcp]
TIMEOUT = 300000
PORT = 12368

[TESTING]
WEAKRANDOM = YES

[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey

[PATHS]
DEFAULTCONFIG = test_dhtlog_data.conf
SERVICEHOME = /tmp/test-dhtlog/

[DHTLOG]
#PLUGIN = mysql_dump_load
PLUGIN = dummy
#PLUGIN = mysql

[MYSQL]
DATABASE = dhttests
USER = dht
PASSWORD = dht
SERVER = 
MYSQL_PORT = 3306

[nat]
DISABLEV6 = YES
BINDTO = 127.0.0.1
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1