etherpad: remove session key

Etherpad startup says:

  2021-08-12 16:08:55.872] [WARN] console - Declaring the sessionKey
  in the settings.json is deprecated. This value is auto-generated
  now. Please remove the setting from the file. -- If you are seeing
  this error after restarting using the Admin User Interface then you
  can ignore this message.

So I guess we can remove this.

Change-Id: I5a8da8afe8b128224fa1bc89d5ba06fff16ca29b
This commit is contained in:
Ian Wienand 2021-08-13 08:24:51 +10:00
parent d4ba30251b
commit 128a45013c
2 changed files with 0 additions and 6 deletions

View File

@ -14,10 +14,6 @@
// favicon default name
"favicon": "favicon.ico",
// Session Key, used for reconnecting user sessions
// Set this to a secure string at least 10 characters long. Do not share this value.
"sessionKey" : "{{ etherpad_session_key }}",
//The Type of the database. You can choose between dirty, sqlite and mysql
//You should use mysql or sqlite for anything else than testing or development
"dbType" : "mysql",

View File

@ -1,4 +1,2 @@
etherpad_db_root_password: rootpassword
etherpad_db_password: password
# Must be 14 characters
etherpad_session_key: 'R382T#^XDcNYmg'