forked from DGNum/gestioCOF
Add SERVER_EMAIL to the secrets
This commit is contained in:
parent
81f3d6ab81
commit
a6b0c51d39
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ def import_secret(name):
|
|||
|
||||
SECRET_KEY = import_secret("SECRET_KEY")
|
||||
ADMINS = import_secret("ADMINS")
|
||||
SERVER_EMAIL = import_secret("SERVER_EMAIL")
|
||||
|
||||
DBNAME = import_secret("DBNAME")
|
||||
DBUSER = import_secret("DBUSER")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue