-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 880 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (26 loc) · 880 Bytes
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
# ChainMove Stellar migration environment
NEXT_PUBLIC_APP_NAME=ChainMove
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Stellar network configuration
NEXT_PUBLIC_STELLAR_NETWORK=testnet
NEXT_PUBLIC_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
NEXT_PUBLIC_HORIZON_URL=https://horizon-testnet.stellar.org
NEXT_PUBLIC_STELLAR_ASSET_CODE=USDC
NEXT_PUBLIC_STELLAR_ASSET_ISSUER=
# Planned contract identifiers
ESCROW_CONTRACT_ID=
TREASURY_PUBLIC_KEY=
OPERATOR_FEE_BPS=250
# Maintainer and backend services
STELLAR_ADMIN_SECRET_KEY=
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/chainmove
REDIS_URL=redis://localhost:6379
# Product services
MAPS_API_KEY=
NOTIFICATIONS_PROVIDER=twilio
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
# Legacy prototype reference
NEXT_PUBLIC_IC_HOST_URL=http://localhost:4943
NEXT_PUBLIC_TEST_CANISTER_ID=
NEXT_PUBLIC_INTERNET_IDENTITY_URL=