From e8bca8ea04c7f6f00c849aefcbb6ebd61c118d8d Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Fri, 23 Nov 2012 21:15:52 +0100 Subject: [PATCH] Ip => IP typo fix; +comment for SSL --- settings.json.template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/settings.json.template b/settings.json.template index 901ff812..9691d629 100644 --- a/settings.json.template +++ b/settings.json.template @@ -11,13 +11,16 @@ // alternatively, set up a fully specified Url to your own favicon "favicon": "favicon.ico", - //Ip and port which etherpad should bind at + //IP and port which etherpad should bind at "ip": "0.0.0.0", "port" : 9001, /* // Node native SSL support - // make sure to have the correct file access permissions set + // this is disabled by default + // + // make sure to have the minimum and correct file access permissions set + // so that the Etherpad server can access them "ssl" : { "key" : "/path-to-your/server.key",