Merge pull request #1323 from umap-project/better-document-secret-key
Better documentation for the SECRET_KEY setting
This commit is contained in:
commit
d48b272837
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.
|
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
|
#### SITE_URL
|
||||||
|
|
||||||
The final URL of you instance, including the protocol:
|
The final URL of you instance, including the protocol:
|
||||||
|
|
Loading…
Reference in a new issue