mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
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 is needed to enable the import/export of pads*/
|
||||||
"abiword" : null,
|
"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 */
|
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
|
||||||
"loglevel": "INFO"
|
"loglevel": "INFO"
|
||||||
|
|
||||||
/* This setting is used if you need http basic auth */
|
|
||||||
// "httpAuth" : "user:pass"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue