mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Updated SECRET_KEY instructions for HA installs. Issue 295
This commit is contained in:
parent
4ce40891f0
commit
9e4aa9c056
@ -110,6 +110,8 @@ DATABASE = {
|
|||||||
|
|
||||||
Generate a random secret key of at least 50 alphanumeric characters. This key must be unique to this installation and must not be shared outside the local system.
|
Generate a random secret key of at least 50 alphanumeric characters. This key must be unique to this installation and must not be shared outside the local system.
|
||||||
|
|
||||||
|
In the case of a highly available installation with multiple web servers, SECRET_KEY must be identical between all server in order to maintain a persistent user session state between servers.
|
||||||
|
|
||||||
You may use the script located at `netbox/generate_secret_key.py` to generate a suitable key.
|
You may use the script located at `netbox/generate_secret_key.py` to generate a suitable key.
|
||||||
|
|
||||||
# Run Database Migrations
|
# Run Database Migrations
|
||||||
|
Loading…
Reference in New Issue
Block a user