add the ability to set global password with http basic auth

This commit is contained in:
Alexandre Girard 2011-12-01 16:44:51 +01:00
parent 1a7b55523e
commit 71fee11656
3 changed files with 32 additions and 0 deletions

View file

@ -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();