mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04:00
Add mattermost authentication
This commit is contained in:
parent
dad5798472
commit
5cda55086a
14 changed files with 116 additions and 13 deletions
|
@ -74,6 +74,11 @@ module.exports = {
|
|||
clientSecret: undefined,
|
||||
scope: undefined
|
||||
},
|
||||
mattermost: {
|
||||
baseURL: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
},
|
||||
dropbox: {
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue