mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
ee7cde0096
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
44 lines
1,000 B
Text
44 lines
1,000 B
Text
{
|
|
"allowAnonymous": true,
|
|
"authProviders": {
|
|
"facebook": true,
|
|
"github": true,
|
|
"twitter": true,
|
|
"gitlab": true,
|
|
"dropbox": true,
|
|
"ldap": true,
|
|
"google": true,
|
|
"saml": true,
|
|
"oauth2": true,
|
|
"internal": true,
|
|
"openid": true
|
|
},
|
|
"allowRegister": true,
|
|
"branding": {
|
|
"name": "DEMO Corp",
|
|
"logo": "/mock-backend/public/img/demo.png"
|
|
},
|
|
"customAuthNames": {
|
|
"ldap": "FooBar",
|
|
"oauth2": "Olaf2",
|
|
"saml": "aufSAMLn.de"
|
|
},
|
|
"maxDocumentLength": 100000,
|
|
"useImageProxy": false,
|
|
"plantumlServer": "https://www.plantuml.com/plantuml",
|
|
"specialUrls": {
|
|
"privacy": "https://example.com/privacy",
|
|
"termsOfUse": "https://example.com/termsOfUse",
|
|
"imprint": "https://example.com/imprint"
|
|
},
|
|
"version": {
|
|
"major": -1,
|
|
"minor": -1,
|
|
"patch": -1,
|
|
"commit": "mock"
|
|
},
|
|
"iframeCommunication": {
|
|
"editorOrigin": "http://localhost:3001/",
|
|
"rendererOrigin": "http://localhost:3001/"
|
|
}
|
|
}
|