-change api
[oweals/gnunet.git] / src / credential / test_credential_defaults.conf
1 @INLINE@ ../../contrib/no_forcestart.conf
2
3 [PATHS]
4 GNUNET_TEST_HOME = /tmp/test-gnunet-credential-testing/
5
6 [namestore-sqlite]
7 FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
8
9 [namecache-sqlite]
10 FILENAME=$GNUNET_TEST_HOME/namecache/namecache.db
11
12 [identity]
13 # Directory where we store information about our egos
14 EGODIR = $GNUNET_TEST_HOME/identity/egos/
15
16 [dhtcache]
17 DATABASE = heap
18
19 [transport]
20 PLUGINS = tcp
21
22 [transport-tcp]
23 BINDTO = 127.0.0.1
24