update taiga front conf and disable public registeration

This commit is contained in:
doteast 2016-11-09 17:04:38 +00:00
parent 8fba0c7136
commit c2366f2934

View file

@ -2,11 +2,11 @@
"api": "https://{{inventory_hostname}}/api/v1/",
"eventsUrl": "wss://{{inventory_hostname}}/events",
"debug": true,
"publicRegisterEnabled": true,
"publicRegisterEnabled": false,
"feedbackEnabled": true,
"privacyPolicyUrl": null,
"termsOfServiceUrl": null,
"maxUploadFileSize": null,
"contribPlugins": ["/js/fas_openid_auth.js"],
"contribPlugins": ["/plugins/fas-openid-auth/fas-openid-auth.json"],
"debugInfo": false
}