mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 06:11:10 +00:00
14 lines
398 B
Bash
14 lines
398 B
Bash
# Copy to .env.local and fill in values:
|
|
# cp .env.example .env.local
|
|
#
|
|
# Or pull from Vercel (from apps/status.network):
|
|
# vercel env pull .env.local
|
|
|
|
# Ghost Content API (server: build + dev)
|
|
GHOST_API_URL=https://our.status.im
|
|
GHOST_API_KEY=
|
|
|
|
# Same values — inlined at build time for browser refresh after deploy
|
|
NEXT_PUBLIC_GHOST_API_URL=https://our.status.im
|
|
NEXT_PUBLIC_GHOST_API_KEY=
|