aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_defaults.conf
blob: 80a2f3c44d4a39998b40641a55a06992a01d61c8 (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
[PATHS]
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-testing/

[namestore-sqlite]
FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db

[namecache-sqlite]
FILENAME=$GNUNET_TEST_HOME/namecache/namecache.db

[identity]
# Directory where we store information about our egos
EGODIR = $GNUNET_TEST_HOME/identity/egos/

[dhtcache]
DATABASE = heap

[transport]
PLUGINS = tcp

[transport-tcp]
BINDTO = 127.0.0.1


[fs]
IMMEDIATE_START = NO
START_ON_DEMAND = NO

[rps]
IMMEDIATE_START = NO
START_ON_DEMAND = NO

[topology]
IMMEDIATE_START = NO
START_ON_DEMAND = NO