First commit
This commit is contained in:
commit
f0591a20ab
71 changed files with 5682 additions and 0 deletions
12
api/.env
Normal file
12
api/.env
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Configuration Brevo API
|
||||
# ATTENTION : Ce fichier contient des informations sensibles
|
||||
# Ne JAMAIS commiter ce fichier dans Git
|
||||
|
||||
# Clé API Brevo
|
||||
BREVO_API_KEY=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
|
||||
|
||||
# ID de la liste de contacts Brevo
|
||||
BREVO_LIST_ID=2
|
||||
|
||||
# Origines autorisées pour CORS
|
||||
ALLOWED_ORIGINS=*
|
||||
Loading…
Add table
Add a link
Reference in a new issue