Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1946 | changing reports email to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Dec 4, 2024
1 parent 530b08d commit 2d8381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
ADMINS = (
('Jonathan Payne', '[email protected]'),
)
REPORTS_EMAIL = os.environ.get('REPORTS_EMAIL', 'reports@openconceptlab.org')
REPORTS_EMAIL = os.environ.get('REPORTS_EMAIL', 'admin@openconceptlab.org')

if ENV and ENV != 'development':
# Serving swagger static files (inserted after SecurityMiddleware)
Expand Down

0 comments on commit 2d8381b

Please sign in to comment.