Skip to content

Commit

Permalink
Merge pull request #59 from weni-ai/feature/status-testing-show-feature
Browse files Browse the repository at this point in the history
adding in settings the variable EMAILS_CAN_TESTING
  • Loading branch information
barbosajackson authored Oct 9, 2024
2 parents fc927d9 + 94454f6 commit 3eb012f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions retail/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,5 @@
INTEGRATIONS_REST_ENDPOINT = env.str("INTEGRATIONS_REST_ENDPOINT")

FLOWS_REST_ENDPOINT = env.str("FLOWS_REST_ENDPOINT")

EMAILS_CAN_TESTING = env.str("EMAILS_CAN_TESTING", "").split(",")

0 comments on commit 3eb012f

Please sign in to comment.