blob: 39f82ad16544b7784072948381df6f9155d45a7b (
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
|
@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
[PATHS]
GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-credential-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
|