From a520c1e112877dee717754beca4ec027f030b531 Mon Sep 17 00:00:00 2001 From: Alexandre Girard Date: Fri, 2 Dec 2011 14:42:42 +0100 Subject: [PATCH] change settings sample to avoid error when editing httpAuth --- settings.json.template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/settings.json.template b/settings.json.template index 6ebf8ef0f..7cd0e8195 100644 --- a/settings.json.template +++ b/settings.json.template @@ -43,10 +43,9 @@ Abiword is needed to enable the import/export of pads*/ "abiword" : null, + /* This setting is used if you need http basic auth */ + // "httpAuth" : "user:pass", + /* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */ "loglevel": "INFO" - - /* This setting is used if you need http basic auth */ - // "httpAuth" : "user:pass" - }