diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-02-05 15:48:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-02-05 15:48:14 +0000 |
commit | f37e4f3d2345a537833d147eb7eb40f16b254c0d (patch) | |
tree | 589f67bc26b555c9c5b19336f93eb712da93d2c9 /contrib | |
parent | 596599880b00619606fd498e79e00d7ca45b64ab (diff) |
cleanup
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 6f773bc11..65c286c25 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -31,7 +31,7 @@ BINARY = gnunet-service-arm ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; ALLOW_SHUTDOWN = YES -DEFAULTSERVICES = resolver transport core +DEFAULTSERVICES = resolver transport core # GLOBAL_PREFIX = # USERNAME = # MAXBUF = @@ -118,7 +118,6 @@ ALLOW_SHUTDOWN = YES # REJECT_FROM6 = # PREFIX = - [core] PORT = 2092 HOSTNAME = localhost @@ -150,7 +149,6 @@ FRIENDS = $SERVICEHOME/friends CONFIG = $DEFAULTCONFIG BINARY = gnunet-daemon-topology - [hostlist] # port for hostlist http server HTTPPORT = 8080 |