Skip to content

Commit

Permalink
Remove unused CL
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 16, 2024
1 parent fdb884b commit 6115542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@
# -- Sendinblue (BREVO)
BREVO_API_KEY = env.str("BREVO_API_KEY", "set-it")
BREVO_CL_SIGNUP_BUYER_ID = env.int("BREVO_CL_SIGNUP_BUYER_ID", 10)
BREVO_CL_LIVESTORM_BUYER_NOT_SIGNUP_ID = env.int("BREVO_CL_LIVESTORM_BUYER_NOT_SIGNUP_ID", 9)

INBOUND_PARSING_DOMAIN_EMAIL = env.str("INBOUND_PARSING_DOMAIN_EMAIL", "reply.staging.lemarche.inclusion.beta.gouv.fr")

Expand Down

0 comments on commit 6115542

Please sign in to comment.