-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 811 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (24 loc) · 811 Bytes
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
# Weightless Tracker Configuration
# Stateless Authentication Secret
# Changing this revokes all active passkeys.
TRACKER_SECRET=change-me
# Registry API Key
# Used for wl CLI registration and administrative deletions.
REGISTRY_KEY=change-me
# External Hub Integration (optional)
# The URL of your frontend where usage deltas are synced.
# HUB_URL=http://localhost:3000
# Storage & Backups (optional)
# BACKUP_BUCKET=your-gcs-bucket
# GCS_ACCESS_KEY=your-hmac-access-id
# GCS_SECRET_KEY=your-hmac-secret
# Tracker Runtime Config
PORT=8080
DB_PATH=./weightless.db
MAX_PEERS=50
# OPEN_TRACKER=true # Set to "true" to track any torrent (disables registry-only check)
# CLI Configuration
# WL_TRACKER=http://localhost:8080
# WL_USER_ID=your-user-id
# WL_SOURCE=your-source-tag
# WL_CREATED_BY=Your CLI v1.0