mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
6 lines
327 B
Text
6 lines
327 B
Text
BACKEND_URL=http://localhost:8000
|
|
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
|
|
NEXT_PUBLIC_NODE_ENV=development
|
|
# Base URL of the separate user_onboarding service (lead-gen + onboarding form
|
|
# submissions). Leave unset to disable those POSTs (PostHog capture still fires).
|
|
NEXT_PUBLIC_ONBOARDING_API_URL=http://localhost:8001
|