mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
session key in settings file OR generate temp key for instance
This commit is contained in:
parent
5c9d081391
commit
efce99c3a1
3 changed files with 17 additions and 3 deletions
|
@ -15,6 +15,10 @@
|
|||
"ip": "0.0.0.0",
|
||||
"port" : 9001,
|
||||
|
||||
// Session Key, used for reconnecting user sessions
|
||||
// Set this to a secure string at least 10 characters long. Do not share this value.
|
||||
"sessionKey" : "",
|
||||
|
||||
/*
|
||||
// Node native SSL support
|
||||
// this is disabled by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue