diff --git a/roles/taiga/templates/conf.json b/roles/taiga/templates/conf.json index 71a8687d43..9fbe3c1679 100644 --- a/roles/taiga/templates/conf.json +++ b/roles/taiga/templates/conf.json @@ -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 }