mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 13:19:14 -04:00
fix #377: add favicon url as optional settings.json parameter
This commit is contained in:
parent
0fa25264bc
commit
c92b5283fd
6 changed files with 14 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue