Update to 2022-01-28 00:00

This commit is contained in:
Daniel Berteaud
2022-01-28 00:00:19 +01:00
parent 6870f5b171
commit c614bcb149
7 changed files with 104 additions and 17 deletions

View File

@@ -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"]
}