mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 12:19:13 -04:00
Add a setting for customizing the app title
the app title is inserted into the <title> of all tepmlates
This commit is contained in:
parent
b9f4e8450c
commit
6d543fbcb3
5 changed files with 17 additions and 3 deletions
|
@ -4,6 +4,9 @@
|
|||
Please edit settings.json, not settings.json.template
|
||||
*/
|
||||
{
|
||||
// Name your instance!
|
||||
"title": "Etherpad Lite",
|
||||
|
||||
//Ip and port which etherpad should bind at
|
||||
"ip": "0.0.0.0",
|
||||
"port" : 9001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue