Merge "etherpad: remove session key"
This commit is contained in:
commit
538a9a3e84
@ -14,10 +14,6 @@
|
|||||||
// favicon default name
|
// favicon default name
|
||||||
"favicon": "favicon.ico",
|
"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
|
//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
|
//You should use mysql or sqlite for anything else than testing or development
|
||||||
"dbType" : "mysql",
|
"dbType" : "mysql",
|
||||||
|
@ -1,4 +1,2 @@
|
|||||||
etherpad_db_root_password: rootpassword
|
etherpad_db_root_password: rootpassword
|
||||||
etherpad_db_password: password
|
etherpad_db_password: password
|
||||||
# Must be 14 characters
|
|
||||||
etherpad_session_key: 'R382T#^XDcNYmg'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user