hedgedoc/public/backend-config.json

24 lines
401 B
JSON
Raw Normal View History

{
"allowAnonymous": true,
"authProviders": {
"facebook": true,
"github": true,
"twitter": true,
"gitlab": true,
"dropbox": true,
"ldap": true,
"google": false,
"saml": false,
"oauth2": false,
"email": true
},
"customAuthNames": {
"ldap": "FooBar"
},
"specialLinks": {
"privacy": "test",
"termsOfUse": "test",
"imprint": "test"
}
}