change settings sample to avoid error when editing httpAuth
This commit is contained in:
parent
71fee11656
commit
a520c1e112
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue