-ensure external symbols have proper prefix for conversation service
[oweals/gnunet.git] / src / consensus / test_consensus.conf
index 143313ff2d7fd14077df61a05e1d8fe8e74a0b05..bcfdaba0f5c2683771ccbb3a09833effbfaf4fec 100644 (file)
@@ -1,15 +1,48 @@
 [consensus]
 AUTOSTART = YES
-# PORT = 2103
+PORT = 2110
 HOSTNAME = localhost
 HOME = $SERVICEHOME
 BINARY = gnunet-service-consensus
+#PREFIX = gdbserver :12345
+#PREFIX = valgrind --leak-check=full 
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
 UNIXPATH = /tmp/gnunet-service-consensus.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
-OPTIONS = -LDEBUG
+OPTIONS = -L INFO
+
 
 [transport]
 OPTIONS = -LERROR
+
+
+[arm]
+DEFAULTSERVICES = core consensus set
+
+[set]
+OPTIONS = -L INFO
+#PREFIX = valgrind --leak-check=full
+
+
+[testbed]
+OVERLAY_TOPOLOGY = CLIQUE
+
+[hostlist]
+SERVERS = 
+
+
+[nat]
+# Use addresses from the local network interfaces (inluding loopback, but also others)
+USE_LOCALADDR = YES
+
+# Disable IPv6 support
+DISABLEV6 = NO
+
+# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
+RETURN_LOCAL_ADDRESSES = YES
+
+[nse]
+AUTOSTART = NO
+