Skip to content

Commit

Permalink
updated settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeya123 committed Jul 9, 2024
1 parent 894e9a5 commit e094178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/portaluserdb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"SERVER_VERSION": os.environ.get("SERVER_VERSION"),
"SERVER_URL": os.environ.get("SERVER_URL"),
"DATABASE": os.environ.get("DATABASE"),
"EMAIL_BACKEND": os.environ.get("EMAIL_BACKEND"),
"EMAIL_BACKEND": os.environ.get("EMAIL_BACKEND", "django.core.mail.backends.console.EmailBackend"),
},
}
if secrets["DJANGO_KEYS"]["SECRET_KEY"] == None:
Expand Down

0 comments on commit e094178

Please sign in to comment.