summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-02-13 21:51:09 +0000
committerJohn McLear <john@mclear.co.uk>2013-02-13 21:51:09 +0000
commitefce99c3a13c6a406c83d537d2c18b0db7d1ec2c (patch)
treefe351714b39b1463daa3704ec362c059217dd6a3 /settings.json.template
parent5c9d081391183deee1eccccea88d194ae5952341 (diff)
downloadetherpad-lite-efce99c3a13c6a406c83d537d2c18b0db7d1ec2c.zip
session key in settings file OR generate temp key for instance
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 4b18d780..28f0192e 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -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