forked from Liquifact/Liquifact-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
27 lines (21 loc) · 1.48 KB
/
Copy path.env.local.example
File metadata and controls
27 lines (21 loc) · 1.48 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
# LiquiFact Frontend — Environment Variable Example
# Copy this file to .env.local and adjust values for your environment.
# See docs/configuration.md for the full reference (purpose, defaults, required-vs-optional).
#
# SECURITY: All variables below are prefixed NEXT_PUBLIC_ and are exposed to the
# browser at build time. Never add secrets (API keys, private keys, DB URLs) here.
# ── API ──────────────────────────────────────────────────────────────────────
# Base URL for the LiquiFact backend REST API.
# Default: http://localhost:3001
NEXT_PUBLIC_API_URL=http://localhost:3001
# ── SEO / Site metadata ───────────────────────────────────────────────────────
# Canonical base URL of the frontend site (used for sitemap.xml, robots.txt,
# and Open Graph metadata).
# Default: http://localhost:3000
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# ── Stellar / Freighter wallet ────────────────────────────────────────────────
# Stellar network identifier for Freighter wallet integration.
# Accepted values: testnet | public
# Leave unset to disable Stellar/Freighter integration entirely.
# Default: (unset)
NEXT_PUBLIC_STELLAR_NETWORK=testnet