diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-06-17 02:51:49 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-06-17 02:51:49 +0000 |
commit | aba2b9141f994af73567e39cf0d57116650db112 (patch) | |
tree | 224f33504561591eb3d0b71a80e9e82c6852c080 /contrib | |
parent | 440bab102fc945dd51bd98f07e25f9375f58fa21 (diff) |
datastore
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 374af0cc6..a7ca884d7 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -159,5 +159,14 @@ PORT = 8080 [datastore] +PORT = 2093 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-service-datastore +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +ALLOW_SHUTDOWN = YES QUOTA = 10000000 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter +DATABASE = sqlite |