-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (39 loc) · 1.74 KB
/
Copy path.env.example
File metadata and controls
42 lines (39 loc) · 1.74 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
# Claude Code Wrapped - Environment Configuration
#
# Copy this file to .env and customize for your setup
# ============================================================================
# BACKUP DIRECTORIES
# ============================================================================
#
# FORMAT: Comma-separated list on a SINGLE LINE (no line breaks!)
#
# EXAMPLE (copy and edit one of these):
#
# CLAUDE_BACKUP_DIRS=/path/to/first,/path/to/second,/path/to/third
# CLAUDE_BACKUP_DIRS=~/Dropbox/claude-backups/.claude,~/.claude/backups/projects
# CLAUDE_BACKUP_DIRS=/Users/you/exported-chats
#
# ============================================================================
# Uncomment and edit the line below:
# CLAUDE_BACKUP_DIRS=
# ============================================================================
# DIRECTORY STRUCTURES SUPPORTED (auto-detected)
# ============================================================================
#
# 1. Standard ~/.claude structure (has projects/ subdirectory)
# 2. Projects folder itself (subdirectories with *.jsonl files)
# 3. Flat structure (*.jsonl files directly in directory)
#
# ============================================================================
# IMPORTANT: ORDER MATTERS!
# ============================================================================
#
# Later directories override earlier ones for duplicate messages.
# Put your most complete/authoritative backup LAST.
#
# Example: Pre-compaction backups should come AFTER other sources:
# CLAUDE_BACKUP_DIRS=~/old-exports,~/.claude/backups/projects
# ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^
# scanned first scanned LAST (wins duplicates)
#
# ============================================================================