forked from MergeFi/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 904 Bytes
/
Copy path.env.example
File metadata and controls
18 lines (16 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy this file to .env.local for local development:
# cp .env.example .env.local
#
# Both variables below are validated at build time (next.config.ts) — an
# unset or invalid value fails `next build`/`next dev`/`next start`
# immediately rather than silently falling back (#26). The values below are
# exactly what local dev needs, so the quickstart in README.md works with
# zero edits.
# Base URL of the mergefi-backend API. Falls back to the value below if
# unset, so this line is optional — kept explicit for discoverability.
NEXT_PUBLIC_API_URL=http://localhost:4000/api
# Must be exactly "TESTNET" or "PUBLIC" (case-sensitive) — no other value
# is accepted, and there is no default. This selects the Freighter network
# passphrase used to sign transactions (see src/lib/wallet.ts); the wrong
# value here signs with the wrong network's passphrase.
NEXT_PUBLIC_STELLAR_NETWORK=TESTNET