From b6097160f1a6f4a3120386d5a55f081fb0277bb9 Mon Sep 17 00:00:00 2001 From: Mikal Villa Date: Fri, 6 Jan 2017 21:47:55 +0100 Subject: [PATCH] Adding default port to config docs --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 3212aea9..2074dceb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -36,7 +36,7 @@ Windows-specific options: All options below still possible in cmdline, but better write it in config file: * --http.address= - The address to listen on (HTTP server) -* --http.port= - The port to listen on (HTTP server) +* --http.port= - The port to listen on (HTTP server) 7070 by default * --http.auth - Enable basic HTTP auth for webconsole * --http.user= - Username for basic auth (default: i2pd) * --http.pass= - Password for basic auth (default: random, see logs)