Compare commits
1 Commits
feat/v1.5-
...
feat/v1.6-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
090fb581ee |
12
.env.example
12
.env.example
@@ -7,12 +7,18 @@ KIT_API_SECRET_V4=kit_xxx
|
||||
PUBLIC_BEHOLD_AEP=
|
||||
PUBLIC_BEHOLD_JULESNENY=
|
||||
|
||||
# Journal unifie (PC6 + V1.5-E) - URL JSON agrege par n8n cron 4h UTC
|
||||
# Sources : RSSHub self-host (Insta @aep.politique + @julesneny + Substack @julesneny)
|
||||
# + Atom Gitea natif (git.trans-former.fr/jules.atom)
|
||||
# Journal unifie (V1.6) - URL JSON agrege par n8n cron 4h UTC
|
||||
# Sources : RSSHub self-host (Insta @aep.politique + @julesneny) + Substack natif
|
||||
# + Atom Gitea natif (git.trans-former.fr/jules.atom) + LinkedIn API V2
|
||||
# Override en local : pointer vers un mock /public/data/journal.json par exemple
|
||||
PUBLIC_JOURNAL_URL=https://data.trans-former.fr/journal.json
|
||||
|
||||
# LinkedIn (V1.6) - Member ID du profil Jules (format numerique, sans urn: prefix)
|
||||
# Recuperer via curl -H "Authorization: Bearer TOKEN" https://api.linkedin.com/v2/me | jq .id
|
||||
# Stocke comme variable d'env n8n (Settings -> Variables) sous le nom LINKEDIN_MEMBER_ID
|
||||
# Le workflow l'utilise comme : urn:li:person:${LINKEDIN_MEMBER_ID}
|
||||
LINKEDIN_MEMBER_ID=
|
||||
|
||||
# Chatbot upstream (PC7) - URL backend chatbot AEP
|
||||
# V1 : chatbot AEP classique (Mistral Small + 120 fiches)
|
||||
# V1.5 : switch vers LightRAG-PE (1 ligne)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user