diff --git a/settings.json.template b/settings.json.template index 6ebf8ef0..7cd0e819 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" - }