update taiga front conf and disable public registeration
This commit is contained in:
parent
8fba0c7136
commit
c2366f2934
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue