aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.conf.in')
-rw-r--r--src/fs/fs.conf.in16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index 2375dc7ec..bb4cae99a 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -1,13 +1,11 @@
1[fs] 1[fs]
2AUTOSTART = YES 2AUTOSTART = YES
3INDEXDB = $SERVICEHOME/fs/idxinfo.lst 3INDEXDB = $GNUNET_DATA_HOME/fs/idxinfo.lst
4RESPECT = $SERVICEHOME/fs/credit/ 4RESPECT = $GNUNET_DATA_HOME/fs/credit/
5IDENTITY_DIR = $SERVICEHOME/fs/identities/ 5STATE_DIR = $GNUNET_DATA_HOME/fs/persistence/
6STATE_DIR = $SERVICEHOME/fs/persistence/ 6UPDATE_DIR = $GNUNET_DATA_HOME/fs/updates/
7UPDATE_DIR = $SERVICEHOME/fs/updates/
8@UNIXONLY@ PORT = 2094 7@UNIXONLY@ PORT = 2094
9HOSTNAME = localhost 8HOSTNAME = localhost
10HOME = $SERVICEHOME
11BINARY = gnunet-service-fs 9BINARY = gnunet-service-fs
12ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
13ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;
@@ -24,7 +22,7 @@ CONTENT_PUSHING = YES
24 22
25UNIXPATH = /tmp/gnunet-service-fs.sock 23UNIXPATH = /tmp/gnunet-service-fs.sock
26 24
27# Do we require users that want to access file-sharing to run this process 25# Do we require users that want to access file-sharing to run this process
28# (usually not a good idea) 26# (usually not a good idea)
29UNIX_MATCH_UID = NO 27UNIX_MATCH_UID = NO
30 28
@@ -40,7 +38,7 @@ MAX_PENDING_REQUESTS = 65536
40DATASTORE_QUEUE_SIZE = 1024 38DATASTORE_QUEUE_SIZE = 1024
41 39
42# Maximum frequency we're allowed to poll the datastore 40# Maximum frequency we're allowed to poll the datastore
43# for content for migration (can be used to reduce 41# for content for migration (can be used to reduce
44# GNUnet's disk-IO rate) 42# GNUnet's disk-IO rate)
45MIN_MIGRATION_DELAY = 100 ms 43MIN_MIGRATION_DELAY = 100 ms
46 44
@@ -65,4 +63,4 @@ BINARY = gnunet-auto-share
65 63
66# Note: MUST specify path to auto-share directory and CAN specify other options 64# Note: MUST specify path to auto-share directory and CAN specify other options
67# to gnunet-auto-share here! 65# to gnunet-auto-share here!
68OPTIONS = $SERVICEHOME/fs/share/ 66OPTIONS = $GNUNET_DATA_HOME/fs/share/