mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Merge branch 'issue241' of git://github.com/alx/etherpad-lite into httpAuth
This commit is contained in:
commit
a4eef2780e
3 changed files with 31 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