forked from skills/introduction-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 640 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (17 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# GitHub Configuration
GITHUB_TOKEN=your_github_token_here
GITHUB_PAT=your_personal_access_token_for_repo_sync
# Vercel Configuration
VERCEL_TOKEN=your_vercel_token_here
VERCEL_ORG_ID=your_vercel_org_id
VERCEL_PROJECT_ID=your_vercel_project_id
# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Rewards System Configuration (Test Environment)
REWARDS_PRIVATE_KEY=your_test_wallet_private_key
REWARDS_API_KEY=your_rewards_api_key
REWARDS_CONTRACT_ADDRESS=your_contract_address_on_mumbai
ALCHEMY_MUMBAI_URL=your_alchemy_mumbai_rpc_url
PILOT_TEST_WALLET=your_pilot_test_wallet_address
# Node Environment
NODE_ENV=development