mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
fix: Add local issuer by default.
This commit is contained in:
parent
39ef8f1504
commit
820d728ce6
@ -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…
x
Reference in New Issue
Block a user