From c50fe22eb15df5ba35db98172e6f116dc6b64fea Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Wed, 1 Jan 2014 22:07:16 +0100 Subject: [PATCH] fix port -> listen snippet --- docs/docs/configuration/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/server.rst b/docs/docs/configuration/server.rst index 7615b3c..a209494 100644 --- a/docs/docs/configuration/server.rst +++ b/docs/docs/configuration/server.rst @@ -10,7 +10,7 @@ booleans and strings. Below is a basic example: dbpath = /var/lib/isso/comments.db host = https://example.tld/ [server] - port = 1234 + listen = http://localhost:1234/ To use your configuration file with Isso, append ``-c /path/to/cfg`` to the executable or run Isso with an environment variable: