-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 887 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# More'Wax — Environment Configuration
# Copy this file to .env and fill in your API tokens.
# Required: Discogs personal access token (NOT the Consumer Key/Secret)
# Go to: https://www.discogs.com/settings/developers
# Scroll down to "Personal Access Tokens" and click "Generate new token"
DISCOGS_TOKEN=your_discogs_token_here
# Optional: Anthropic API key (enables cover photo identification via Claude Vision)
# Get one at: https://console.anthropic.com/
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Optional: Claude model for cover photo identification (default: claude-sonnet-4-6)
# Examples: claude-sonnet-4-6, claude-haiku-4-5-20251001, claude-opus-4-6
# VISION_MODEL=claude-sonnet-4-6
# Optional: Discogs search format filter (default: Vinyl)
# Options: Vinyl, CD, All
# FORMAT_FILTER=Vinyl
# Optional: Server ports (defaults shown)
# HTTP_PORT=8765
# HTTPS_PORT=8766