aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dhtu_testbed_deploy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dhtu_testbed_deploy.conf')
-rw-r--r--src/dht/dhtu_testbed_deploy.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/dht/dhtu_testbed_deploy.conf b/src/dht/dhtu_testbed_deploy.conf
deleted file mode 100644
index 59d69894a..000000000
--- a/src/dht/dhtu_testbed_deploy.conf
+++ /dev/null
@@ -1,26 +0,0 @@
1# This file is in the public domain.
2
3# Simple configuration template to deploy a DHT testbed
4# with peers using the IP underlay.
5
6[paths]
7GNUNET_DATA_HOME=/tmp/%N%
8
9[dht]
10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-dht-%N%.sock
11
12[dhtu-ip]
13ENABLED = YES
14NSE = 10
15UDP_PORT = %N%
16
17[dhtu-gnunet]
18ENABLED = NO
19
20[statistics]
21DISABLE = YES
22
23[dhtcache]
24DATABASE = heap
25QUOTA = 50 MB
26DISABLE_BF_RC = YES