mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
Add a big warning to secret_key now it's important
This commit is contained in:
parent
f55a00ecef
commit
1a7ffb4bff
1 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,14 @@ be provided to the containers from the first boot.
|
|||
* ``TAKAHE_SECRET_KEY`` must be a fixed, random value (it's used for internal
|
||||
cryptography). Don't change this unless you want to invalidate all sessions.
|
||||
|
||||
.. warning::
|
||||
|
||||
You **must** keep the value of ``TAKAHE_SECRET_KEY`` unique and secret. Anyone
|
||||
with this value can modify their session to impersonate any user, including
|
||||
admins. It should be kept even more secure than your admin passwords, and
|
||||
should be long, random and completely unguessable. We recommend that it is
|
||||
at least 64 characters.
|
||||
|
||||
* ``TAKAHE_MEDIA_BACKEND`` must be a URI starting with ``local://``, ``s3://``
|
||||
or ``gcs://``. See :ref:`media_configuration` below for more.
|
||||
|
||||
|
|
Loading…
Reference in a new issue