fix #377: add favicon url as optional settings.json parameter

This commit is contained in:
Wikinaut 2012-11-04 11:26:17 +01:00
parent 0fa25264bc
commit c92b5283fd
6 changed files with 14 additions and 5 deletions

View file

@ -6,6 +6,10 @@
{
// Name your instance!
"title": "Etherpad Lite",
// favicon default name
// alternatively, set up a fully specified Url to your own favicon
"favicon": "favicon.ico",
//Ip and port which etherpad should bind at
"ip": "0.0.0.0",