aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/revocation.conf.in2
-rw-r--r--src/revocation/test_revocation.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
index fe2318286..d7ad174c9 100644
--- a/src/revocation/revocation.conf.in
+++ b/src/revocation/revocation.conf.in
@@ -1,6 +1,6 @@
1[revocation] 1[revocation]
2START_ON_DEMAND = @START_ON_DEMAND@ 2START_ON_DEMAND = @START_ON_DEMAND@
3FORCESTART = YES 3IMMEDIATE_START = YES
4@JAVAPORT@PORT = 2112 4@JAVAPORT@PORT = 2112
5HOSTNAME = localhost 5HOSTNAME = localhost
6BINARY = gnunet-service-revocation 6BINARY = gnunet-service-revocation
diff --git a/src/revocation/test_revocation.conf b/src/revocation/test_revocation.conf
index 14ecf6064..3b04150c1 100644
--- a/src/revocation/test_revocation.conf
+++ b/src/revocation/test_revocation.conf
@@ -6,7 +6,7 @@ SERVICEHOME=$GNUNET_TMP/test-revocation-service
6 6
7[revocation] 7[revocation]
8WORKBITS = 3 8WORKBITS = 3
9FORCESTART = YES 9IMMEDIATE_START = YES
10 10
11[identity] 11[identity]
12# Directory where we store information about our egos 12# Directory where we store information about our egos