diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-03-16 08:32:22 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-03-16 08:32:22 +0000 |
commit | 55ae2c7f6f6332f7530444d33f88c2b47b1b79ef (patch) | |
tree | 7ccb5fac551a227fb0d4f01a54d4d60602f92c4f /contrib | |
parent | 9bd800e9794c86d5e15f2ddcaa13e5779100bf9d (diff) |
more stats
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index da25633eb..7e194ad08 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -1,5 +1,6 @@ [PATHS] -SERVICEHOME = /var/lib/gnunet/ +SERVICEHOME = ~/.gnunet/ +# SERVICEHOME = /var/lib/gnunet/ # DEFAULTCONFIG = /etc/gnunet.conf # If 'DEFAULTCONFIG' is not defined, the current # configuration file is assumed to be the default, @@ -35,7 +36,7 @@ ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; ALLOW_SHUTDOWN = YES DEFAULTSERVICES = resolver transport core topology hostlist -#GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs +GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs # GLOBAL_PREFIX = # USERNAME = # MAXBUF = |