-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy path.env.example
More file actions
40 lines (33 loc) · 1.18 KB
/
.env.example
File metadata and controls
40 lines (33 loc) · 1.18 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
37
38
39
40
# LearnVault environment template for local development. Copy this file to `.env`.
# Scaffold / local tooling
STELLAR_SCAFFOLD_ENV=development
XDG_CONFIG_HOME=.config
# Stellar network
PUBLIC_STELLAR_NETWORK=TESTNET
PUBLIC_STELLAR_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
PUBLIC_STELLAR_RPC_URL=https://soroban-testnet.stellar.org
PUBLIC_STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
# LearnVault contract IDs
VITE_LEARN_TOKEN_CONTRACT_ID=
VITE_GOVERNANCE_TOKEN_CONTRACT_ID=
VITE_SCHOLAR_NFT_CONTRACT_ID=
VITE_COURSE_MILESTONE_CONTRACT_ID=
VITE_SCHOLARSHIP_TREASURY_CONTRACT_ID=
VITE_MILESTONE_ESCROW_CONTRACT_ID=
# USDC on Stellar Testnet
VITE_USDC_CONTRACT_ID=
PUBLIC_USDC_CONTRACT_ID=
# Legacy frontend aliases still read by older screens/hooks
PUBLIC_LEARN_TOKEN_CONTRACT=
PUBLIC_GOVERNANCE_TOKEN_CONTRACT=
PUBLIC_SCHOLAR_NFT_CONTRACT=
PUBLIC_COURSE_MILESTONE_CONTRACT=
PUBLIC_SCHOLARSHIP_TREASURY_CONTRACT=
PUBLIC_MILESTONE_ESCROW_CONTRACT=
PUBLIC_SCHOLARSHIP_GOVERNANCE_CONTRACT=
# Backend API
VITE_API_URL=http://localhost:4000
VITE_API_BASE_URL=/api
VITE_SERVER_URL=http://localhost:4000
# IPFS gateway (optional)
VITE_IPFS_GATEWAY_URL=https://gateway.pinata.cloud/ipfs