12 lines
322 B
JavaScript
12 lines
322 B
JavaScript
angular.module('taigaBase').value('localconf', {
|
|
"api": "http://localhost:8000/api/v1/",
|
|
"eventsUrl": null,
|
|
"debug": true,
|
|
"publicRegisterEnabled": true,
|
|
"feedbackEnabled": true,
|
|
"privacyPolicyUrl": null,
|
|
"termsOfServiceUrl": null,
|
|
"maxUploadFileSize": null,
|
|
"gitHubClientId": null
|
|
});
|