11 lines
499 B
Plaintext
11 lines
499 B
Plaintext
# Fallback backend URL — only used if the per-session `api_base_url` cookie
|
|
# is not set. The SaaS → /activate/[token] handoff sets that cookie, and the
|
|
# server proxy at /api/proxy/* forwards to whatever URL it contains.
|
|
NEXT_PUBLIC_API_URL=http://localhost:8001
|
|
|
|
# Used by the "Workspace session not found" page to link back to the SaaS.
|
|
NEXT_PUBLIC_SAAS_URL=http://localhost:8000
|
|
|
|
# Image remotePatterns wildcard for SaaS-provisioned subdomains.
|
|
NEXT_PUBLIC_GARAGE_HOST_PATTERN=*.reparee.com
|