-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (35 loc) · 2.36 KB
/
Copy path.env.example
File metadata and controls
39 lines (35 loc) · 2.36 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
# ──────────────────────────────────────────────────────────────
# Token Usage Dashboard — platform-specific volume mount paths
# ──────────────────────────────────────────────────────────────
# Copy this file to .env and customize for your OS.
#
# macOS / Linux: cp .env.example .env
# Windows: copy .env.example .env
#
# The dashboard works without Docker too (python -m app.server).
# Docker users: uncomment the lines for your OS and fill in
# your actual username.
# ──────────────────────────────────────────────────────────────
# ── Claude Code projects directory ────────────────────────────
# Windows: C:\Users\<you>\.claude
# macOS: /Users/<you>/.claude
# CLAUDE_MOUNT=C:\Users\YourUser\.claude
# ── Codex data directory (sessions + SQLite DB) ───────────────
# Windows: C:\Users\<you>\.codex
# macOS: /Users/<you>/.codex
# CODEX_MOUNT=C:\Users\YourUser\.codex
# ── GitHub Copilot logs ──────────────────────────────────────
# Windows: %TEMP%\VSGitHubCopilotLogs
# → C:\Users\<you>\AppData\Local\Temp\VSGitHubCopilotLogs
# macOS: ~/Library/Application Support/Code/logs
# → /Users/<you>/Library/Application Support/Code/logs
# (VS Code Insiders → "Code - Insiders", Exploration → "Code - Exploration")
# COPILOT_MOUNT=C:\Users\YourUser\AppData\Local\Temp\VSGitHubCopilotLogs
# COPILOT_MOUNT="/Users/you/Library/Application Support/Code/logs"
# ── OpenCode data directory ──────────────────────────────────
# Windows: %APPDATA%\opencode
# → C:\Users\<you>\AppData\Roaming\opencode
# macOS: ~/Library/Application Support/opencode
# → /Users/<you>/Library/Application Support/opencode
# OPENCODE_MOUNT=C:\Users\YourUser\AppData\Roaming\opencode
# OPENCODE_MOUNT="/Users/you/Library/Application Support/opencode"