diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
commit | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (patch) | |
tree | 394774c0f735199b57d51a2d3840356317853fe1 /src/statistics/test_statistics_api_data.conf |
Imported Upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'src/statistics/test_statistics_api_data.conf')
-rw-r--r-- | src/statistics/test_statistics_api_data.conf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/statistics/test_statistics_api_data.conf b/src/statistics/test_statistics_api_data.conf new file mode 100644 index 0000000..9ccb770 --- /dev/null +++ b/src/statistics/test_statistics_api_data.conf @@ -0,0 +1,43 @@ +[PATHS] +SERVICEHOME = /tmp/test-gnunetd-statistics/ +DEFAULTCONFIG = test_statistics_api_data.conf + +[statistics] +PORT = 22353 +UNIXPATH = /tmp/test-statistics-service-statistics.unix +#DEBUG = YES + +[arm] +PORT = 22354 +DEFAULTSERVICES = +UNIXPATH = /tmp/test-statistics-service-arm.unix +# DEBUG = YES + +[fs] +AUTOSTART = NO + +[datastore] +AUTOSTART = NO + +[dht] +AUTOSTART = NO + +[transport] +AUTOSTART = NO + +[core] +AUTOSTART = NO + +[peerinfo] +AUTOSTART = NO + + +[dns] +AUTOSTART = NO + + + +[nse] +AUTOSTART = NO + + |