Skip to content

Commit

Permalink
adds SERVER_EMAIL to settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Mancino committed Oct 4, 2023
1 parent 0f8f82a commit 1e571ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
STATIC_URL = '/projects/rome/static/'
ALLOWED_HOSTS = ['library.brown.edu']
EMAIL_HOST = get_env_setting('EMAIL_HOST')
SERVER_EMAIL = get_env_setting('SERVER_EMAIL')
1 change: 1 addition & 0 deletions config/settings/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
EMAIL_HOST = get_env_setting('EMAIL_HOST')
ALLOWED_HOSTS = [get_env_setting('ALLOWED_HOST')]
TTWR_COLLECTION_PID = 'test:5m6nkymr'
SERVER_EMAIL = get_env_setting('SERVER_EMAIL')

0 comments on commit 1e571ed

Please sign in to comment.