Skip to content

Commit

Permalink
Add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eadpearce committed Sep 23, 2021
1 parent 71af920 commit 06450eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/conf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,5 @@
LITE_REPORTS_RECIPIENTS = env.list("LITE_REPORTS_RECIPIENTS", default=[])
LITE_REPORTS_EMAIL_TEMPLATE_ID = env.str("LITE_REPORTS_EMAIL_TEMPLATE_ID", default="reports-email-template_id")


# Controls whether a ComplianceSiteCase is automatically created when a SIEL licence is issued that has goods with certain control codes
FEATURE_SIEL_COMPLIANCE_ENABLED = env.bool("FEATURE_SIEL_COMPLIANCE_ENABLED", False)

0 comments on commit 06450eb

Please sign in to comment.