19 lines
782 B
Plaintext
19 lines
782 B
Plaintext
# Kit (ex-ConvertKit) - newsletter infolettre
|
|
KIT_API_SECRET_V4=kit_xxx
|
|
|
|
# Behold.so feed IDs (voir docs/BEHOLD-SETUP.md)
|
|
# 1) Inscris-toi sur https://behold.so/dashboard
|
|
# 2) Connecte les 2 comptes Insta (@aep.politique + @julesneny)
|
|
# 3) Recupere les feed IDs et copie ce fichier vers .env.local puis remplis ci-dessous
|
|
PUBLIC_BEHOLD_AEP=
|
|
PUBLIC_BEHOLD_JULESNENY=
|
|
|
|
# Journal unifie (PC6) - URL JSON agrege par n8n cron nocturne
|
|
# Override en local : pointer vers un mock /public/data/journal.json par exemple
|
|
PUBLIC_JOURNAL_URL=https://data.trans-former.fr/journal.json
|
|
|
|
# Chatbot upstream (PC7) - URL backend chatbot AEP
|
|
# V1 : chatbot AEP classique (Mistral Small + 120 fiches)
|
|
# V1.5 : switch vers LightRAG-PE (1 ligne)
|
|
CHATBOT_UPSTREAM=https://aep.trans-former.fr/api/chatbot
|