X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Fsettings.py;h=451d54a61ce93271fda83e0fb99b7dbbea9cae09;hp=b44a5884eda96acb4b9687b630f8197acd40e396;hb=2259af43e60407df057bb55f52efcfc581f8aa88;hpb=dd49302bb6f8b2503cc8c9b7151ed852858e10a1 diff --git a/htsworkflow/settings.py b/htsworkflow/settings.py index b44a588..451d54a 100644 --- a/htsworkflow/settings.py +++ b/htsworkflow/settings.py @@ -105,6 +105,10 @@ STATIC_URL = '/static/' # Update this in settings_local to point to your flowcell result directory RESULT_HOME_DIR = os.path.join(BASE_DIR, 'test', 'results') +# configure who is sending email and who should get BCCs of announcments +NOTIFICATION_SENDER = "noreply@example.com" +NOTIFICATION_BCC=[] + try: # allow local customizations from settings_local import *