-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (26 loc) · 1.16 KB
/
.env.example
File metadata and controls
36 lines (26 loc) · 1.16 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
35
36
# StreamWork Environment Configuration
# Copy this file to .env and fill in your values
# ============================================
# Backend Configuration (server/index.ts)
# ============================================
# Circle API Key - Get from https://console.circle.com
CIRCLE_API_KEY=your-circle-api-key
# Circle Entity Secret - For developer-controlled wallets
CIRCLE_ENTITY_SECRET=your-entity-secret
# Backend server port
PORT=3000
# ENS Registrar Private Key - Sepolia wallet that pays gas for ENS registration
# Fund this wallet with Sepolia ETH from a faucet
ENS_REGISTRAR_PRIVATE_KEY=<the_sponsor_privateKey_that_will_pay_for_the_ENS_name>
# ============================================
# Frontend Configuration (Vite)
# Must use VITE_ or APP_ prefix to be exposed
# ============================================
# WalletConnect Project ID - Get from https://cloud.walletconnect.com
VITE_WALLETCONNECT_PROJECT_ID=your-walletconnect-project-id
# Backend API URL
VITE_API_URL=http://localhost:3000/api
# Circle App ID - From Circle Developer Console
APP_ID=your-circle-app-id
# Google OAuth Client ID - For social login
GOOGLE_AUTH_CLIENT_ID=your-google-client-id