Add reference conf.json for taiga front
This commit is contained in:
parent
c32846b4db
commit
62cbb5edfe
1 changed files with 37 additions and 0 deletions
37
src/main/resources/taiga/conf.json
Normal file
37
src/main/resources/taiga/conf.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"api": "http://localhost:8000/api/v1/",
|
||||
"eventsUrl": null,
|
||||
"baseHref": "/",
|
||||
"eventsMaxMissedHeartbeats": 5,
|
||||
"eventsHeartbeatIntervalTime": 60000,
|
||||
"eventsReconnectTryInterval": 10000,
|
||||
"debug": false,
|
||||
"debugInfo": false,
|
||||
"defaultLanguage": "en",
|
||||
"themes": [
|
||||
"taiga"
|
||||
],
|
||||
"defaultTheme": "taiga",
|
||||
"defaultLoginEnabled": true,
|
||||
"publicRegisterEnabled": true,
|
||||
"feedbackEnabled": true,
|
||||
"supportUrl": "https://community.taiga.io/",
|
||||
"privacyPolicyUrl": null,
|
||||
"termsOfServiceUrl": null,
|
||||
"maxUploadFileSize": null,
|
||||
"contribPlugins": [],
|
||||
"tagManager": {
|
||||
"accountId": null
|
||||
},
|
||||
"tribeHost": null,
|
||||
"enableAsanaImporter": false,
|
||||
"enableGithubImporter": false,
|
||||
"enableJiraImporter": false,
|
||||
"enableTrelloImporter": false,
|
||||
"gravatar": false,
|
||||
"rtlLanguages": [
|
||||
"ar",
|
||||
"fa",
|
||||
"he"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue