-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (37 loc) · 1.5 KB
/
.env.example
File metadata and controls
48 lines (37 loc) · 1.5 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
44
45
46
47
48
# Slashwork API (see https://slashwork.com/developer)
SLASHWORK_GRAPHQL_URL=https://<your-instance>.slashwork.com/api/graphql
SLASHWORK_AUTH_TOKEN_SKIPPER=<your_skipper_auth_token>
SLASHWORK_AUTH_TOKEN_SKJS=<your_skjs_auth_token>
SLASHWORK_AUTH_TOKEN_SKIP=<your_skip_auth_token>
SLASHWORK_GROUP_ID_SKIP=<your_skip_group_id>
# Google Calendar reminders (optional — omit to disable)
# Service account JSON key (paste the full JSON content)
# Slashwork auth token for posting calendar reminders
GOOGLE_SERVICE_ACCOUNT_KEY={"type":"service_account","client_email":"...","private_key":"..."}
SLASHWORK_AUTH_TOKEN_GOOGLE_CALENDAR=<your_calendar_auth_token>
# Per-user calendar → group mapping is configured in config.ts
CLEVER_TOKEN=<your_clever_token>
CLEVER_SECRET=<your_clever_secret>
# GitHub webhook signature secret
GITHUB_WEBHOOK_SECRET=your_github_webhook_secret
PORT=8080
# Skip reactive engine (real-time streaming from DB to UI)
SKIP_STREAMING_PORT=8079
SKIP_CONTROL_PORT=8078
# --- Reddit Scout ---
# Reddit (free tier — script-type app, read-only)
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USER_AGENT=reddit-scout/1.0 by u/yourusername
# Anthropic
ANTHROPIC_API_KEY=
# Database (PostgreSQL — provided by Clever Cloud as POSTGRESQL_ADDON_URI)
POSTGRESQL_ADDON_URI=
# Pipeline (subreddits, topic, persona are now configured in DB)
SCOUT_THREAD_THRESHOLD=0.5
SCOUT_COMMENT_THRESHOLD=0.6
SCOUT_RATE_LIMIT_MS=1000
SCOUT_POLL_INTERVAL_MS=60000
# Clerk (auth)
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=