mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
add the ability to set global password with http basic auth
This commit is contained in:
parent
1a7b55523e
commit
71fee11656
3 changed files with 32 additions and 0 deletions
|
@ -68,6 +68,11 @@ exports.abiword = null;
|
|||
*/
|
||||
exports.loglevel = "INFO";
|
||||
|
||||
/**
|
||||
* Http basic auth, with "user:password" format
|
||||
*/
|
||||
exports.httpAuth = null;
|
||||
|
||||
//read the settings sync
|
||||
var settingsStr = fs.readFileSync("../settings.json").toString();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue