-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.env.example
More file actions
40 lines (34 loc) · 1013 Bytes
/
.env.example
File metadata and controls
40 lines (34 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Meta-Analysis Pipeline Environment Variables
# See docs/API_SETUP.md for detailed setup instructions
# === PubMed (Required) ===
# Get from: https://www.ncbi.nlm.nih.gov/account/
PUBMED_API_KEY=
# === Elsevier: Scopus & Embase (Same API key) ===
# Get from: https://dev.elsevier.com/
SCOPUS_API_KEY=
SCOPUS_INST_TOKEN=
EMBASE_API_KEY=
EMBASE_INST_TOKEN=
EMBASE_AUTH_TOKEN=
# === Cochrane (Usually manual export instead) ===
COCHRANE_OAUTH_TOKEN=
COCHRANE_USERNAME=
COCHRANE_PASSWORD=
# === Zotero ===
# Get from: https://www.zotero.org/settings/keys
# API Key: 24 alphanumeric characters
# Library ID: Found on settings/keys page ("Your userID for API calls is XXX")
# Collection Key: 8 chars from URL zotero.org/user/collections/XXXXXXXX
ZOTERO_API_KEY=
ZOTERO_LIBRARY_TYPE=user
ZOTERO_LIBRARY_ID=
ZOTERO_COLLECTION_KEY=
# === Utilities ===
MESH_LOOKUP_URL=
UNPAYWALL_EMAIL=
RESULTS_MIN_WORDS=
# === LLM API (Optional: for assisted extraction) ===
LLM_API_BASE=
LLM_API_KEY=
LLM_MODEL=
LLM_HEADERS_JSON=