removed mailjet secrets api key from config, revocked the key

This commit is contained in:
2026-09-10 12:38:39 +02:00
parent a5b9c83fa4
commit 8ce8cd3fa9
3 changed files with 14 additions and 5 deletions
+9
View File
@@ -31,3 +31,12 @@
# via getenv('STRIPE_SECRET_KEY'). Use a live key in production, a test key
# (sk_test_...) everywhere else.
# STRIPE_SECRET_KEY=
# Mailjet API key/secret pair, also used as SMTP user/pass for the
# smtp_mailjet transport (Mailjet's own convention). Kept out of config/sync
# (mailjet.settings.yml and symfony_mailer.mailer_transport.smtp_mailjet.yml
# both ship empty values) and injected in settings.php. mailjet.settings'
# APItoken is NOT set here: the mailjet module generates and persists it
# itself from this key/secret on first use.
# MAILJET_API_KEY=
# MAILJET_API_SECRET=