diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-05-20 12:42:54 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-05-20 12:42:54 +0000 |
commit | 10dd11ff86ffd4661e1d3b70f21c27d8a1640439 (patch) | |
tree | 84e96ade9f26c2c84201b3151478c9f7646e0841 /src/transport/test_transport_api_http_peer1.conf | |
parent | fa2482c1bab22c2dbdc31fad4e7dae0154d23cda (diff) |
config fixes, do not start core, datastore, fs
Diffstat (limited to 'src/transport/test_transport_api_http_peer1.conf')
-rw-r--r-- | src/transport/test_transport_api_http_peer1.conf | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/src/transport/test_transport_api_http_peer1.conf b/src/transport/test_transport_api_http_peer1.conf index 1e458c346..0a1814068 100644 --- a/src/transport/test_transport_api_http_peer1.conf +++ b/src/transport/test_transport_api_http_peer1.conf @@ -2,30 +2,15 @@ #PORT = 12368 DEBUG=YES -[fs] -ACCEPT_FROM6 = ::1; -ACCEPT_FROM = 127.0.0.1; -BINARY = gnunet-service-fs -CONFIG = $DEFAULTCONFIG -HOME = $SERVICEHOME -HOSTNAME = localhost -PORT = 2094 -INDEXDB = $SERVICEHOME/idxinfo.lst -[datastore-sqlite] -FILENAME = $SERVICEHOME/datastore/sqlite.db +[fs] +AUTOSTART = NO [datastore] -DATABASE = sqlite -BLOOMFILTER = $SERVICEHOME/fs/bloomfilter -QUOTA = 100000000 -ACCEPT_FROM6 = ::1; -ACCEPT_FROM = 127.0.0.1; -BINARY = gnunet-service-datastore -CONFIG = $DEFAULTCONFIG -HOME = $SERVICEHOME -HOSTNAME = localhost -PORT = 2093 +AUTOSTART = NO + +[core] +AUTOSTART = NO [hostlist] HTTP-PROXY = |