-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 1.05 KB
/
.env.example
File metadata and controls
32 lines (24 loc) · 1.05 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
# ProofRails SDK - Environment Configuration
# ============================================
# FOR SDK USERS (add this to your .env file)
# ============================================
# Required: Your ProofRails API Key
# Get this by running: ProofRails.createProject({ label: 'My App' })
PROOFRAILS_API_KEY=your_api_key_here
# ============================================
# OPTIONAL CONFIGURATION
# ============================================
# ✅ The SDK automatically connects to the production middleware:
# https://proofrails-clone-middleware.onrender.com
#
# You don't need to set this unless you're self-hosting!
# NEXT_PUBLIC_PROOFRAILS_BASE_URL=https://your-custom-deployment.com
# Admin token (only for administrative operations)
# PROOFRAILS_ADMIN_TOKEN=your_admin_token_here
# ============================================
# NETWORK CONFIGURATION (optional)
# ============================================
# Use Flare Testnet (Coston2) for development (default)
# PROOFRAILS_NETWORK=coston2
# Use Flare Mainnet for production
# PROOFRAILS_NETWORK=flare