mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
21 lines
353 B
Text
21 lines
353 B
Text
|
{
|
||
|
"allowAnonymous": true,
|
||
|
"authProviders": {
|
||
|
"facebook": true,
|
||
|
"github": true,
|
||
|
"twitter": true,
|
||
|
"gitlab": true,
|
||
|
"dropbox": true,
|
||
|
"ldap": true,
|
||
|
"google": false,
|
||
|
"saml": false,
|
||
|
"oauth2": false,
|
||
|
"email": false
|
||
|
},
|
||
|
"specialLinks": {
|
||
|
"privacy": "test",
|
||
|
"termsOfUse": "test",
|
||
|
"imprint": "test"
|
||
|
}
|
||
|
}
|