-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsprite-config.example
More file actions
34 lines (34 loc) · 1.88 KB
/
sprite-config.example
File metadata and controls
34 lines (34 loc) · 1.88 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
# Sprite Config Example
# Fill in your values below (remove # to uncomment lines you want to use)
# When pasting during setup, do NOT include blank lines - paste ends on first empty line
# Or save as ~/.sprite-config and it will be auto-loaded
# Git configuration
GIT_USER_NAME=Your Name
GIT_USER_EMAIL=you@example.com
# sprite-mobile repository (optional, defaults to clouvet/sprite-mobile)
#SPRITE_MOBILE_REPO=https://github.com/your-org/sprite-mobile
# GitHub Personal Access Token (create at: https://github.com/settings/tokens)
# Required scopes: repo, read:org, gist
GH_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Claude Code OAuth Token (preserves Pro/Max subscription)
# Generate with: claude setup-token (on a machine where you're logged in)
CLAUDE_CODE_OAUTH_TOKEN=sk-ant-oat01-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# OR use an API key instead (uses direct API billing, not subscription)
#ANTHROPIC_API_KEY=sk-ant-api03-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Tailscale Auth Key (enables automated setup)
# Create at: https://login.tailscale.com/admin/settings/keys - check "Reusable"
TAILSCALE_AUTH_KEY=tskey-auth-xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Fly.io API Token (get with: flyctl auth token)
#FLY_API_TOKEN=fo1_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Sprite CLI API Token (format: org-slug/org-id/token-id/token-value)
#SPRITE_API_TOKEN=my-org/abc123/token-id/token-value
# Sprite Network S3 credentials (optional, from flyctl storage dashboard)
#SPRITE_NETWORK_S3_BUCKET=sprite-network-your-org
#SPRITE_NETWORK_S3_ACCESS_KEY=tid_xxxxxxxxxxxxxxxxxxxx
#SPRITE_NETWORK_S3_SECRET_KEY=tsec_xxxxxxxxxxxxxxxxxxxx
#SPRITE_NETWORK_S3_ENDPOINT=https://fly.storage.tigris.dev
#SPRITE_NETWORK_ORG=your-org
# Notes:
# - SPRITE_PUBLIC_URL is intentionally omitted (unique per sprite)
# - Lines starting with # are comments/ignored
# - Empty or commented values trigger interactive prompts