dograh/ui/.env.example
2026-07-17 11:32:45 +05:30

8 lines
364 B
Text

BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000
# Base URL of the user-facing app, used for superadmin impersonation redirects
# (defaults to the current origin when unset)
# NEXT_PUBLIC_APP_URL=http://localhost:3010
NEXT_PUBLIC_NODE_ENV=development
# form submissions backend
# NEXT_PUBLIC_ONBOARDING_API_URL=http://localhost:8001