forked from Heliobond/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 770 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (13 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copy this file to .env.local for local development.
#
# The app works without any values here: it falls back to fixture/demo data.
# Fill these in when testing against a local API or deployed Soroban vault.
# Optional backend API base URL. Leave blank to use bundled demo data.
NEXT_PUBLIC_API_URL=http://localhost:3001
# Stellar network used by wallet and Soroban helpers: "public" or "testnet".
NEXT_PUBLIC_STELLAR_NETWORK=testnet
# Optional Soroban vault contract ID. Leave blank to keep vault actions in demo mode.
NEXT_PUBLIC_VAULT_CONTRACT_ID=
# Optional RPC/Horizon overrides. Defaults are selected from NEXT_PUBLIC_STELLAR_NETWORK.
NEXT_PUBLIC_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
NEXT_PUBLIC_HORIZON_URL=https://horizon-testnet.stellar.org