aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/defaults.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index a7ca884d7..d3eb190fc 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -149,13 +149,17 @@ FRIENDS = $SERVICEHOME/friends
149 149
150 150
151[hostlist] 151[hostlist]
152# port for hostlist http server
153HTTPPORT = 8080
154HOSTNAME = localhost
155HOME = $SERVICEHOME
156CONFIG = $DEFAULTCONFIG
157BINARY = gnunet-daemon-hostlist
152# consider having "-e" as default as well once implemented 158# consider having "-e" as default as well once implemented
153OPTIONS = -b 159OPTIONS = -b
154SERVERS = http://gnunet.org:8080/ 160SERVERS = http://gnunet.org:8080/
155# proxy for downloading hostlists 161# proxy for downloading hostlists
156HTTP-PROXY = 162HTTP-PROXY =
157# port for hostlist server
158PORT = 8080
159 163
160 164
161[datastore] 165[datastore]