X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgns%2Ftest_gns_defaults.conf;h=80a2f3c44d4a39998b40641a55a06992a01d61c8;hb=a12b8c2c4cbf952c8c305cde193bb25c13a0912b;hp=762c9641b455219c8c25365c5e6edd8d8f4302fd;hpb=766391abef01aa3106c9abc447a07588cc4cae93;p=oweals%2Fgnunet.git diff --git a/src/gns/test_gns_defaults.conf b/src/gns/test_gns_defaults.conf index 762c9641b..80a2f3c44 100644 --- a/src/gns/test_gns_defaults.conf +++ b/src/gns/test_gns_defaults.conf @@ -1,75 +1,34 @@ [PATHS] -SERVICEHOME = /tmp/test-gnunet-testing/ -DEFAULTCONFIG = test_testing_defaults.conf +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-testing/ -[resolver] -PORT = 2564 +[namestore-sqlite] +FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db -[transport] -PORT = 2565 -PLUGINS = tcp +[namecache-sqlite] +FILENAME=$GNUNET_TEST_HOME/namecache/namecache.db -[arm] -PORT = 2566 -DEFAULTSERVICES = +[identity] +# Directory where we store information about our egos +EGODIR = $GNUNET_TEST_HOME/identity/egos/ -[statistics] -PORT = 2567 +[dhtcache] +DATABASE = heap + +[transport] +PLUGINS = tcp [transport-tcp] -PORT = 2568 BINDTO = 127.0.0.1 -[peerinfo] -PORT = 2569 - -[core] -PORT = 2570 - -[testing] -NUM_PEERS = 5 -WEAKRANDOM = YES -F2F = YES -HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat - -[dht] -AUTOSTART = NO - -[nat] -DISABLEV6 = YES -ENABLE_UPNP = NO -BEHIND_NAT = NO -ALLOW_NAT = NO -INTERNAL_ADDRESS = 127.0.0.1 -EXTERNAL_ADDRESS = 127.0.0.1 -USE_LOCALADDR = NO - -[dns] -AUTOSTART = NO - -[nse] -AUTOSTART = NO - -[mesh] -AUTOSTART = NO - -[datastore] -AUTOSTART = NO [fs] -AUTOSTART = NO - -[dv] -AUTOSTART = NO - -[chat] -AUTOSTART = NO - -[vpn] -AUTOSTART = NO +IMMEDIATE_START = NO +START_ON_DEMAND = NO -[gns] -AUTOSTART = NO +[rps] +IMMEDIATE_START = NO +START_ON_DEMAND = NO -[namestore] -AUTOSTART = NO \ No newline at end of file +[topology] +IMMEDIATE_START = NO +START_ON_DEMAND = NO