diff options
Diffstat (limited to 'src/util/util.conf')
-rw-r--r-- | src/util/util.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/util/util.conf b/src/util/util.conf new file mode 100644 index 0000000..ba9dfec --- /dev/null +++ b/src/util/util.conf @@ -0,0 +1,16 @@ +[PATHS] +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, +# which is what we want by default... + +[gnunetd] +HOSTKEY = $SERVICEHOME/.hostkey + +[client] +HOME = $SERVICEHOME + +[TESTING] +WEAKRANDOM = NO |