forked from xiufengsun/TokenTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (34 loc) · 1.13 KB
/
Copy path.env.example
File metadata and controls
39 lines (34 loc) · 1.13 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
# Core runtime / CLI
TOKENTRACKER_DEVICE_TOKEN=
TOKENTRACKER_ACCESS_TOKEN=
TOKENTRACKER_INSFORGE_BASE_URL=
TOKENTRACKER_HTTP_TIMEOUT_MS=
# Dashboard (Vite)
VITE_INSFORGE_BASE_URL=
VITE_INSFORGE_ANON_KEY=
VITE_TOKENTRACKER_HTTP_TIMEOUT_MS=
VITE_TOKENTRACKER_MOCK=
VITE_TOKENTRACKER_MOCK_NOW=
VITE_TOKENTRACKER_MOCK_TODAY=
VITE_TOKENTRACKER_MOCK_SEED=
VITE_TOKENTRACKER_MOCK_MISSING=
# InsForge / service role
INSFORGE_BASE_URL=
INSFORGE_ANON_KEY=
INSFORGE_SERVICE_ROLE_KEY=
INSFORGE_API_KEY=
# Pricing sync / external
OPENROUTER_API_KEY=
# OpenCode Go — optional. Preferred: official API for 5h / Weekly / Monthly usage.
# Create a Go API key in OpenCode, then set it only in your local environment.
OPENCODE_GO_API_KEY=
# Legacy compatibility fallback: scrape the signed-in workspace dashboard.
# Send the cookie verbatim as `Cookie: auth=<OPENCODE_GO_AUTH_COOKIE>`.
OPENCODE_GO_WORKSPACE_ID=
OPENCODE_GO_AUTH_COOKIE=
# Optional and explicitly unverified: show a local opencode.db cost estimate.
# TOKENTRACKER_OPENCODE_GO_LOCAL_ESTIMATE=1
# Acceptance / ops (optional)
TOKENTRACKER_BEARER_TOKEN=
TOKENTRACKER_TZ=
TOKENTRACKER_TZ_OFFSET_MINUTES=