Skip to content

Commit

Permalink
Merge pull request #918 from marwoodandrew/enable-products
Browse files Browse the repository at this point in the history
Enable embed product filtering
  • Loading branch information
marwoodandrew authored Sep 22, 2023
2 parents 99c21d6 + bfa0c39 commit fba9858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ def env(variable, fallback_value=None):
DC_SEARCH_FIELD = env('DC_SEARCH_FIELD', 'ORIGINALTRANSMISSIONREFERENCE')
PLANNING_ACCEPT_ASSIGNMENT_EMAIL = env('PLANNING_ACCEPT_ASSIGNMENT_EMAIL', _MAIL_FROM)

EMBED_PRODUCT_FILTERING = strtobool(env('EMBED_PRODUCT_FILTERING', 'true'))

try:
from aap_settings import * # noqa
except Exception:
Expand Down

0 comments on commit fba9858

Please sign in to comment.