1
0
mirror of https://github.com/taigaio/taiga-front synced 2025-10-06 03:32:42 +02:00
Files
taiga-front/docker/conf.json.template
David Barragán Merino c3f5b80166 chore: bump to 6.7.4 version
2024-02-19 19:16:10 +01:00

37 lines
1.2 KiB
Plaintext

{
"api": "${TAIGA_URL}${TAIGA_SUBPATH}/api/v1/",
"eventsUrl": "${TAIGA_WEBSOCKETS_URL}${TAIGA_SUBPATH}/events",
"baseHref": "${TAIGA_SUBPATH}/",
"eventsMaxMissedHeartbeats": 5,
"eventsHeartbeatIntervalTime": 60000,
"eventsReconnectTryInterval": 10000,
"debug": ${DEBUG},
"debugInfo": ${DEBUG},
"defaultLanguage": "${DEFAULT_LANGUAGE}",
"themes": ["taiga"],
"defaultTheme": "taiga",
"defaultLoginEnabled": true,
"publicRegisterEnabled": ${PUBLIC_REGISTER_ENABLED},
"feedbackEnabled": true,
"supportUrl": "https://community.taiga.io/",
"privacyPolicyUrl": null,
"termsOfServiceUrl": null,
"maxUploadFileSize": null,
"contribPlugins": ${CONTRIB_PLUGINS},
"gitHubClientId": "${GITHUB_CLIENT_ID}",
"gitLabClientId": "${GITLAB_CLIENT_ID}",
"gitLabUrl": "${GITLAB_URL}",
"tagManager": { "accountId": null },
"tribeHost": null,
"enableAsanaImporter": false,
"enableGithubImporter": ${ENABLE_GITHUB_IMPORTER},
"enableJiraImporter": ${ENABLE_JIRA_IMPORTER},
"enableTrelloImporter": ${ENABLE_TRELLO_IMPORTER},
"gravatar": false,
"rtlLanguages": [
"ar",
"fa",
"he"
]
}