Change regex combination, allow hex
[oweals/gnunet.git] / src / revocation / revocation.conf.in
1 [revocation]
2 AUTOSTART = @AUTOSTART@
3 FORCESTART = YES
4 @JAVAPORT@PORT = 2112
5 HOSTNAME = localhost
6 BINARY = gnunet-service-revocation
7 ACCEPT_FROM = 127.0.0.1;
8 ACCEPT_FROM6 = ::1;
9 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-revocation.sock
10 UNIX_MATCH_UID = NO
11 UNIX_MATCH_GID = YES
12
13 # 2^25 hash operations take about 16-24h on a modern i7
14 # (using only a single-core) with SCRYPT.
15 # DO NOT CHANGE THIS VALUE, doing so will break the protocol!
16 WORKBITS = 25
17
18 DATABASE = $GNUNET_DATA_HOME/revocation.dat