aboutsummaryrefslogtreecommitdiff
path: root/src/service/dht/dhtu_testbed_deploy.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/dht/dhtu_testbed_deploy.conf')
-rw-r--r--src/service/dht/dhtu_testbed_deploy.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/service/dht/dhtu_testbed_deploy.conf b/src/service/dht/dhtu_testbed_deploy.conf
new file mode 100644
index 000000000..efabd97d3
--- /dev/null
+++ b/src/service/dht/dhtu_testbed_deploy.conf
@@ -0,0 +1,26 @@
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=$GNUNET_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