aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 18:00:11 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 18:00:11 +0000
commit28018959b9afc2a8259f35e074869fd88b31b03e (patch)
tree5e779c55eab35f3887a82103fa0a0178117dfc27 /src/revocation/revocation.conf.in
parent5aa6d40f357879fa5048161c8d8c689688c4c254 (diff)
downloadgnunet-28018959b9afc2a8259f35e074869fd88b31b03e.tar.gz
gnunet-28018959b9afc2a8259f35e074869fd88b31b03e.zip
adding skeleton for revocation service
Diffstat (limited to 'src/revocation/revocation.conf.in')
-rw-r--r--src/revocation/revocation.conf.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/revocation/revocation.conf.in b/src/revocation/revocation.conf.in
new file mode 100644
index 000000000..9c2485117
--- /dev/null
+++ b/src/revocation/revocation.conf.in
@@ -0,0 +1,18 @@
1[revocation]
2AUTOSTART = NO
3# not yet...
4@JAVAPORT@PORT = 2112
5HOSTNAME = localhost
6HOME = $SERVICEHOME
7BINARY = gnunet-service-revocation
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10UNIXPATH = /tmp/gnunet-service-revocation.unix
11UNIX_MATCH_UID = NO
12UNIX_MATCH_GID = YES
13
14# 2^25 hash operations take about 16-24h on a modern i7
15# (using only a single-core) with SCRYPT.
16# DO NOT CHANGE THIS VALUE, doing so will break the protocol!
17WORKBITS = 25
18