towards PEERSTORE sqlite plugin
[oweals/gnunet.git] / src / peerstore / peerstore.conf.in
1 [peerstore]
2 BINARY = gnunet-service-peerstore
3 UNIXPATH = /tmp/gnunet-service-peerstore.sock
4 HOME = $SERVICEHOME
5 # PORT = 2106
6 @UNIXONLY@ PORT = 2088
7 DATABASE = sqlite
8
9 [peerstore-sqlite]
10 FILENAME = $GNUNET_DATA_HOME/peerstore/sqlite.db
11