aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/revocation.conf.in1
-rw-r--r--src/revocation/test_revocation.conf7
2 files changed, 2 insertions, 6 deletions
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
index 9718b68e4..3b11ffba6 100644
--- a/src/revocation/revocation.conf.in
+++ b/src/revocation/revocation.conf.in
@@ -1,5 +1,6 @@
1[revocation] 1[revocation]
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3FORCESTART = YES
3@JAVAPORT@PORT = 2112 4@JAVAPORT@PORT = 2112
4HOSTNAME = localhost 5HOSTNAME = localhost
5BINARY = gnunet-service-revocation 6BINARY = gnunet-service-revocation
diff --git a/src/revocation/test_revocation.conf b/src/revocation/test_revocation.conf
index f6eb33602..04ee95055 100644
--- a/src/revocation/test_revocation.conf
+++ b/src/revocation/test_revocation.conf
@@ -4,9 +4,7 @@ SERVICEHOME=/tmp/test-revocation-service
4 4
5[revocation] 5[revocation]
6WORKBITS = 3 6WORKBITS = 3
7 7FORCESTART = YES
8[arm]
9DEFAULTSERVICES = core identity revocation
10 8
11[identity] 9[identity]
12# Directory where we store information about our egos 10# Directory where we store information about our egos
@@ -17,9 +15,6 @@ SUBSYSTEM_CFG = $SERVICEHOME/s.conf
17AUTOSTART = NO 15AUTOSTART = NO
18SERVERS = dummy 16SERVERS = dummy
19 17
20[transport-udp]
21BROADCAST = NO
22
23[nat] 18[nat]
24RETURN_LOCAL_ADDRESSES = YES 19RETURN_LOCAL_ADDRESSES = YES
25 20