-fix non-deterministic peerstore sync failure
[oweals/gnunet.git] / src / peerstore / peerstore.conf.in
1 [peerstore]
2 AUTOSTART = @AUTOSTART@
3 @JAVAPORT@PORT = 2110
4 HOSTNAME = localhost
5 BINARY = gnunet-service-peerstore
6 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-peerstore.sock
7 UNIX_MATCH_UID = NO
8 UNIX_MATCH_GID = YES
9 DATABASE = sqlite
10
11 [peerstore-sqlite]
12 FILENAME = $GNUNET_DATA_HOME/peerstore/sqlite.db
13