-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathenv.example
More file actions
37 lines (29 loc) · 1.59 KB
/
env.example
File metadata and controls
37 lines (29 loc) · 1.59 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
# Appwrite Configuration
# Replace these values with your actual Appwrite project details
NEXT_PUBLIC_APPWRITE_ENDPOINT=https://fra.cloud.appwrite.io/v1
NEXT_PUBLIC_APPWRITE_PROJECT_ID=63ef1792594ff4f50de2
APPWRITE_API_KEY=your-server-api-key-here
APPWRITE_DATABASE_ID=688f787e002c78bd299f
APPWRITE_POSTS_COLLECTION_ID=688f78a20022f61836ff
APPWRITE_VOTES_COLLECTION_ID=68910fc60001839e0ada
APPWRITE_COMMENTS_COLLECTION_ID=your-comments-collection-id-here
# Site Configuration
NEXT_PUBLIC_BASE_URL=https://refetch.io
APP_BASE_URL=https://refetch.io
# OpenAI Configuration
# Replace with your actual OpenAI API key
OPENAI_API_KEY=your-openai-api-key-here
# Scout Function Configuration
# Target websites to scout (comma-separated URLs)
# This should be a comma-separated list of URLs
TARGET_WEBSITES=https://techcrunch.com,https://theverge.com,https://arstechnica.com,https://wired.com,https://venturebeat.com,https://engadget.com,https://infoq.com,https://news.ycombinator.com,https://lobste.rs,https://reddit.com/r/programming,https://sciencedaily.com,https://nature.com/nature/technology,https://9to5mac.com,https://9to5google.com,https://theregister.com,https://zdnet.com,https://www.technologyreview.com/tag/the-algorithm
# Scout User Configuration
SCOUT_USER_ID=your-scout-user-id-here
SCOUT_USER_NAME=Scout
# Debug Configuration (Optional)
# Enable debug logging for URL extraction when no articles are found
DEBUG_URL_EXTRACTION=false
# Plausible Analytics Configuration
# Replace these values with your actual Plausible details
PLAUSIBLE_API_KEY=your-plausible-api-key-here
PLAUSIBLE_SITE_ID=your-site-id-here