Merge pull request #1124 from Wikinaut/fix-issue-377-add-favicon-url-settings-parameter

fix #377: add favicon url as optional settings.json parameter
This commit is contained in:
John McLear 2012-11-06 03:08:25 -08:00
commit 28bcdcec25
6 changed files with 26 additions and 16 deletions

View file

@ -34,6 +34,11 @@ exports.root = path.normalize(path.join(npm.dir, ".."));
*/
exports.title = "Etherpad Lite";
/**
* The app favicon fully specified url, visible e.g. in the browser window
*/
exports.favicon = "favicon.ico";
/**
* The IP ep-lite should listen to
*/