-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (36 loc) · 1.25 KB
/
.env.example
File metadata and controls
43 lines (36 loc) · 1.25 KB
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
41
42
43
# ============================================
# SysCRED — Environment Variables Template
# ============================================
# Copy this to .env and fill in your values
# DO NOT commit .env — it is in .gitignore
# ============================================
# --- Google APIs ---
SYSCRED_GOOGLE_API_KEY=your_google_fact_check_api_key
GEMINI_API_KEY=your_gemini_api_key
DEEP_RESEARCH_API_KEY=your_deep_research_key
# --- Supabase Database ---
SYSCRED_DATABASE_URL=postgresql://user:password@db.xxx.supabase.co:5432/postgres
SUPABASE_URL=https://xxx.supabase.co
SUPABASE_KEY=your_supabase_key
# --- HuggingFace ---
HF_TOKEN=hf_your_token_here
# --- LLM APIs ---
GROQ_API_KEY=your_groq_key
# --- Academic APIs ---
SCOPUS_API_KEY=your_scopus_key
ZOTERO_API_KEY=your_zotero_key
ZOTERO_PRIVATE_KEY=your_zotero_private_key
ZOTERO_USER_ID=your_zotero_user_id
ORCID_CLIENT_ID=your_orcid_client_id
ORCID_CLIENT_SECRET=your_orcid_secret
# --- Productivity APIs ---
NOTION_API_KEY=your_notion_key
OBSIDIAN_API_KEY=your_obsidian_key
FIGSHARE_TOKEN=your_figshare_token
OVERLEAF_API_KEY=your_overleaf_key
# --- Application Settings ---
SYSCRED_BASE_URL=https://syscred.uqam.ca
SYSCRED_PORT=5001
SYSCRED_ENV=development
SYSCRED_LOAD_ML_MODELS=true
EMAIL_API=your_email