13 lines
321 B
JavaScript
13 lines
321 B
JavaScript
window.taigaConfig = {
|
|
"api": "http://localhost:8000/api/v1/",
|
|
"eventsUrl": null,
|
|
"debug": true,
|
|
"defaultLanguage": "en",
|
|
"publicRegisterEnabled": true,
|
|
"feedbackEnabled": true,
|
|
"privacyPolicyUrl": null,
|
|
"termsOfServiceUrl": null,
|
|
"maxUploadFileSize": null,
|
|
"contribPlugins": []
|
|
}
|