mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-01-26 18:00
This commit is contained in:
29
roles/taiga/templates/front/conf.json.j2
Normal file
29
roles/taiga/templates/front/conf.json.j2
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"api": "{{ taiga_public_url }}/api/v1/",
|
||||
"eventsUrl": "{{ taiga_public_url | regex_replace('^http','ws') }}/events",
|
||||
"baseHref": "{{ (taiga_public_url | urlsplit('path') == '') | ternary('/', taiga_public_url | urlsplit('path')) }}",
|
||||
"eventsMaxMissedHeartbeats": 5,
|
||||
"eventsHeartbeatIntervalTime": 60000,
|
||||
"eventsReconnectTryInterval": 10000,
|
||||
"debug": false,
|
||||
"debugInfo": false,
|
||||
"defaultLanguage": "en",
|
||||
"themes": ["taiga"],
|
||||
"defaultTheme": "taiga",
|
||||
"defaultLoginEnabled": true,
|
||||
"publicRegisterEnabled": {{ taiga_user_registration | ternary('true', 'false') }},
|
||||
"feedbackEnabled": true,
|
||||
"supportUrl": "https://resources.taiga.io",
|
||||
"privacyPolicyUrl": null,
|
||||
"termsOfServiceUrl": null,
|
||||
"maxUploadFileSize": {{ taiga_max_upload_file_size }},
|
||||
"contribPlugins": [],
|
||||
"tagManager": { "accountId": null },
|
||||
"tribeHost": null,
|
||||
"enableAsanaImporter": false,
|
||||
"enableGithubImporter": false,
|
||||
"enableJiraImporter": false,
|
||||
"enableTrelloImporter": false,
|
||||
"gravatar": false,
|
||||
"rtlLanguages": ["ar", "fa", "he"]
|
||||
}
|
Reference in New Issue
Block a user