mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Branch merge.
This commit is contained in:
commit
e79f68bbe1
2 changed files with 6 additions and 7 deletions
|
|
@ -514,8 +514,8 @@ except ImportError:
|
|||
#######################################################################
|
||||
# SECRET_KEY
|
||||
#######################################################################
|
||||
# This is the salt for account passwords. It is a fallback for the
|
||||
# SECRET_KEY setting in settings.py, which is randomly seeded when
|
||||
# settings.py is first created. If copying from here, make sure to
|
||||
# change it!
|
||||
# This is the salt for cryptographic hashing used by Django.
|
||||
# It is a fallback for the SECRET_KEY setting in settings.py, which
|
||||
# is randomly seeded when settings.py is first created. If copying
|
||||
# from here, make sure to change it!
|
||||
SECRET_KEY = 'changeme!(*#&*($&*(#*(&SDFKJJKLS*(@#KJAS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue