mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-01-28 00:00
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"supportUrl": "https://resources.taiga.io",
|
||||
"privacyPolicyUrl": null,
|
||||
"termsOfServiceUrl": null,
|
||||
"maxUploadFileSize": {{ taiga_max_upload_file_size }},
|
||||
"maxUploadFileSize": {{ taiga_max_upload_file_size * 1024 * 1024 }},
|
||||
"contribPlugins": [],
|
||||
"tagManager": { "accountId": null },
|
||||
"tribeHost": null,
|
||||
@@ -25,5 +25,14 @@
|
||||
"enableJiraImporter": false,
|
||||
"enableTrelloImporter": false,
|
||||
"gravatar": false,
|
||||
{% if taiga_oidc_auth %}
|
||||
"openidAuth" : "{{ taiga_oidc_auth_url }}",
|
||||
"openidScope": "{{ taiga_oidc_scope }}",
|
||||
"openidName" : "{{ taiga_oidc_name }}",
|
||||
"openidClientId": "{{ taiga_oidc_client_id }}",
|
||||
"contribPlugins": [
|
||||
"/plugins/openid-auth/openid-auth.json"
|
||||
],
|
||||
{% endif %}
|
||||
"rtlLanguages": ["ar", "fa", "he"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user