Better documentation for the SECRET_KEY setting
See https://github.com/umap-project/umap/pull/1322#issuecomment-1726300269
This commit is contained in:
parent
038a1a3c4d
commit
84c00fa5ba
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ See [Django documentation for MEDIA_ROOT](https://docs.djangoproject.com/en/4.2/
|
|||
|
||||
Must be defined to something unique and secret.
|
||||
|
||||
Running uMap / Django with a known SECRET_KEY defeats many of Django’s security protections, and can lead to privilege escalation and remote code execution vulnerabilities.
|
||||
|
||||
See [Django documentation for SECRET_KEY](https://docs.djangoproject.com/en/4.2/ref/settings/#secret-key)
|
||||
|
||||
|
||||
#### SITE_URL
|
||||
|
||||
The final URL of you instance, including the protocol:
|
||||
|
|
Loading…
Reference in a new issue