mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-06 15:17:12 -04:00
Readded support for apikey
This commit is contained in:
parent
2c1916ac09
commit
119f095ab4
7 changed files with 74 additions and 14 deletions
|
@ -171,6 +171,13 @@
|
|||
*/
|
||||
"showSettingsInAdminPage": "${SHOW_SETTINGS_IN_ADMIN_PAGE:true}",
|
||||
|
||||
/*
|
||||
The authentication method used by the server.
|
||||
The default value is sso
|
||||
If you want to use the old authentication system, change this to apikey
|
||||
*/
|
||||
"authenticationMethod": "${AUTHENTICATION_METHOD:sso}",
|
||||
|
||||
/*
|
||||
* Node native SSL support
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue