From 62cbb5edfe5b7be8ee394699686138490a434051 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 10 Aug 2023 15:29:58 +0200 Subject: [PATCH] Add reference conf.json for taiga front --- src/main/resources/taiga/conf.json | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/main/resources/taiga/conf.json diff --git a/src/main/resources/taiga/conf.json b/src/main/resources/taiga/conf.json new file mode 100644 index 0000000..130bc42 --- /dev/null +++ b/src/main/resources/taiga/conf.json @@ -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" + ] +} \ No newline at end of file