summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorStefan <mu.stefan@googlemail.com>2015-04-11 18:45:14 +0200
committerStefan <mu.stefan@googlemail.com>2015-04-11 18:45:14 +0200
commita3ed82ad0622aaed0777e63280a2487322c49bad (patch)
tree7b7b0a99bb20d1078090d70437233cae22241b8a /settings.json.template
parent1d44490dc491796836854cf5f3f7aed8bb3af1a0 (diff)
downloadetherpad-lite-a3ed82ad0622aaed0777e63280a2487322c49bad.zip
Move sessionKey setting from settings.json to SESSIONKEY.txt
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template4
1 files changed, 0 insertions, 4 deletions
diff --git a/settings.json.template b/settings.json.template
index ea7ed1e1..039413d1 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -15,10 +15,6 @@
"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