Move sessionKey setting from settings.json to SESSIONKEY.txt

This commit is contained in:
Stefan 2015-04-11 18:45:14 +02:00
parent 1d44490dc4
commit a3ed82ad06
2 changed files with 8 additions and 10 deletions

View file

@ -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