Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
made EMAIL_SUBJECT_PREFIX an environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Manke committed Oct 22, 2020
1 parent 9e6a94b commit 50f13c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wui/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

# Email config
EMAIL_HOST = os.environ['EMAIL_HOST']
EMAIL_SUBJECT_PREFIX = '[Parkour] '
EMAIL_SUBJECT_PREFIX = os.environ['EMAIL_SUBJECT_PREFIX']
SERVER_EMAIL = os.environ['SERVER_EMAIL']


Expand Down

0 comments on commit 50f13c2

Please sign in to comment.