1234567891011121314151617 |
- {
- "api": "https://##APP_DOMAIN##/api/v1/",
- "eventsUrl": "wss://##APP_DOMAIN##/events",
- "eventsMaxMissedHeartbeats": 5,
- "eventsHeartbeatIntervalTime": 60000,
- "debug": true,
- "debugInfo": true,
- "defaultLanguage": "en",
- "themes": ["taiga"],
- "defaultTheme": "taiga",
- "publicRegisterEnabled": true,
- "feedbackEnabled": true,
- "privacyPolicyUrl": null,
- "termsOfServiceUrl": null,
- "maxUploadFileSize": null,
- "contribPlugins": []
- }
|