(fix) minor fixes

This commit is contained in:
Yamila Moreno 2021-01-22 14:54:58 +01:00
parent 6b075ac3a1
commit de92b26233

View File

@ -48,6 +48,11 @@ Besides, this should have the same value of `SECRET_KEY` in `taiga-protected`.
Should have the url where this is served: https[://]taiga.mycompany.com
#### Session Settings
You can add `SESSION_COOKIE_SECURE` and `CSRF_COOKIE_SECURE` to x-environment and change its value. By default is "True", so some browsers only accept https connections.
More info about these environment variables [here](https://docs.djangoproject.com/en/3.1/ref/settings/#csrf-cookie-secure).
#### Registration Settings
##### `PUBLIC_REGISTER_ENABLED`