aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.conf
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-02 15:54:37 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-02 15:54:37 +0000
commitdea3f8afc5931e17a4cb9053883aaad374cd0412 (patch)
treef89eeb4543aecbc3b10157e03aa1db25cb7054b5 /src/rps/test_rps.conf
parent9f9f48f0a6f81b5770bc8040c5c0826ceb9d3a15 (diff)
downloadgnunet-dea3f8afc5931e17a4cb9053883aaad374cd0412.tar.gz
gnunet-dea3f8afc5931e17a4cb9053883aaad374cd0412.zip
fixed config
Diffstat (limited to 'src/rps/test_rps.conf')
-rw-r--r--src/rps/test_rps.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 9e7f61918..b438821d2 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -1,11 +1,11 @@
1[rps] 1[rps]
2AUTOSTART = YES
3PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p 2PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
4BINARY = gnunet-service-rps 3BINARY = gnunet-service-rps
5UNIXPATH = /tmp/gnunet-service-rps.sock 4UNIXPATH = /tmp/gnunet-service-rps.sock
6HOME = $SERVICEHOME 5HOME = $SERVICEHOME
7# PORT = 2106 6# PORT = 2106
8@UNIXONLY@ PORT = 2087 7@UNIXONLY@ PORT = 2087
8FORCESTART = YES
9 9
10# This is the timeinterval between the rounds 10# This is the timeinterval between the rounds
11ROUNDINTERVAL = 10 s 11ROUNDINTERVAL = 10 s