Merge "etherpad: remove session key"

This commit is contained in:
Zuul 2022-05-04 06:27:45 +00:00 committed by Gerrit Code Review
commit 538a9a3e84
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'