Restore the USER_CREATE_KEY
This commit is contained in:
parent
750f7937b0
commit
a35148f7be
2 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,8 @@ REDIS_DB = import_secret("REDIS_DB")
|
|||
REDIS_HOST = import_secret("REDIS_HOST")
|
||||
REDIS_PORT = import_secret("REDIS_PORT")
|
||||
|
||||
CREATE_USER_KEY = import_secret("CREATE_USER_KEY")
|
||||
|
||||
|
||||
BASE_DIR = os.path.dirname(
|
||||
os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue