Skip to content

Commit

Permalink
fix CL id
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 16, 2024
1 parent fdb884b commit e6046ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
# -- 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)
BREVO_CL_LIVESTORM_BUYER_NOT_SIGNUP_ID = env.int("BREVO_CL_LIVESTORM_BUYER_NOT_SIGNUP_ID", 8)

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

Expand Down

0 comments on commit e6046ca

Please sign in to comment.