X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fsettings.py;fp=htsworkflow%2Ffrontend%2Fsettings.py;h=15b84f0dc05c106038f2cb21d465951864b6fbbc;hb=a10202469e993d2d790011e459807ee70c827245;hp=9d9e066b25e79f773a437d4ce568f3ed19036189;hpb=3d4fcb9d0965e4b2566910950cd364e73017f5b7;p=htsworkflow.git diff --git a/htsworkflow/frontend/settings.py b/htsworkflow/frontend/settings.py index 9d9e066..15b84f0 100644 --- a/htsworkflow/frontend/settings.py +++ b/htsworkflow/frontend/settings.py @@ -96,6 +96,8 @@ if options.has_option('frontend', 'notification_sender'): NOTIFICATION_SENDER = options.get('frontend', 'notification_sender') else: NOTIFICATION_SENDER = "noreply@example.com" +NOTIFICATION_BCC = [] +options_to_list(options, NOTIFICATION_BCC, 'frontend', 'notification_bcc') # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. DATABASE_ENGINE = options.get('frontend', 'database_engine')