18 lines
463 B
Cheetah
18 lines
463 B
Cheetah
|
{
|
||
|
"api": "${SITE_URI}/api/v1/",
|
||
|
"eventsUrl": null,
|
||
|
"eventsMaxMissedHeartbeats": 5,
|
||
|
"eventsHeartbeatIntervalTime": 60000,
|
||
|
"debug": true,
|
||
|
"debugInfo": false,
|
||
|
"defaultLanguage": "en",
|
||
|
"themes": ["taiga"],
|
||
|
"defaultTheme": "taiga",
|
||
|
"publicRegisterEnabled": ${PUBLIC_REGISTER_JS},
|
||
|
"feedbackEnabled": true,
|
||
|
"privacyPolicyUrl": null,
|
||
|
"termsOfServiceUrl": null,
|
||
|
"maxUploadFileSize": null,
|
||
|
"contribPlugins": []
|
||
|
}
|