mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix: Add local issuer by default.
This commit is contained in:
parent
39ef8f1504
commit
820d728ce6
1 changed files with 3 additions and 1 deletions
|
@ -345,7 +345,9 @@ exports.users = {};
|
|||
/*
|
||||
* This setting is used for configuring sso
|
||||
*/
|
||||
exports.sso = {}
|
||||
exports.sso = {
|
||||
issuer: "http://localhost:9001"
|
||||
}
|
||||
|
||||
/*
|
||||
* Show settings in admin page, by default it is true
|
||||
|
|
Loading…
Reference in a new issue