diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-04-30 07:34:25 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-04-30 07:34:25 +0000 |
commit | add488798fec04e4f2e768d0eb88e8de89ff1011 (patch) | |
tree | 62ba537e5f047f494c2b6b6d47f0bcdecefd83c5 /contrib | |
parent | b24b1e26e24f18c77035f4255dee90757b08365b (diff) |
fix
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index be6b7e8db..1760d9a48 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -161,7 +161,6 @@ BINARY = gnunet-daemon-topology [hostlist] # port for hostlist http server HTTPPORT = 8080 -HOSTNAME = localhost HOME = $SERVICEHOME HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data CONFIG = $DEFAULTCONFIG @@ -202,3 +201,4 @@ ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; ALLOW_SHUTDOWN = YES # DEBUG = YES + |