-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 1.24 KB
/
.env.example
File metadata and controls
34 lines (27 loc) · 1.24 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
# NPM Publishing Configuration
# Copy this to .env and fill in your values
# NPM Token (get from https://www.npmjs.com/settings/YOUR_USERNAME/tokens)
# Used for local publishing only
NPM_TOKEN=npm_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# GitHub Token (optional, for release notes)
# Get from https://github.com/settings/tokens
GITHUB_TOKEN=ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Greptile API Key (for AI code review via MCP)
# Get from https://app.greptile.com/settings
GREPTILE_API_KEY=
# Linear API Key (for Linear integration)
LINEAR_API_KEY=lin_api_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Redis URL (for hot tier storage and caching)
# Format: redis://[user]:[password]@[host]:[port]
REDIS_URL=redis://localhost:6379
# Railway Buckets Configuration (for warm tier storage)
# Get from Railway dashboard > Storage > Buckets
RAILWAY_BUCKET_ENDPOINT=https://buckets.railway.app
RAILWAY_BUCKET_NAME=stackmemory-warm
RAILWAY_BUCKET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
RAILWAY_BUCKET_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Google Cloud Storage Configuration (for cold tier storage)
# Get from GCP Console > IAM & Admin > Service Accounts
GCP_PROJECT_ID=your-project-id
GCS_BUCKET=stackmemory-cold
GCP_KEY_FILE=/path/to/service-account-key.json