mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
no need for prefix and tidy double semi
This commit is contained in:
parent
efce99c3a1
commit
7f09ec25a2
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ exports.reloadSettings = function reloadSettings() {
|
||||||
log4js.replaceConsole();
|
log4js.replaceConsole();
|
||||||
|
|
||||||
if(!exports.sessionKey){ // If the secretKey isn't set we also create yet another unique value here
|
if(!exports.sessionKey){ // If the secretKey isn't set we also create yet another unique value here
|
||||||
exports.sessionKey = "__bad__"+randomString(32);;
|
exports.sessionKey = randomString(32);
|
||||||
console.warn("You need to set a sessionKey value in settings.json, this will allow your users to reconnect to your Etherpad Instance if your instance restarts");
|
console.warn("You need to set a sessionKey value in settings.json, this will allow your users to reconnect to your Etherpad Instance if your instance restarts");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue