Re_Figma_Code/.env.example

10 lines
431 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

VITE_PUBLIC_VAPID_KEY={{TAKE_IT_FROM_BACKEND_ENV}}
VITE_BASE_URL={{BACKEND_BASE_URL}}
VITE_API_BASE_URL={{BACKEND_BASEURL+api/v1}}
VITE_OKTA_CLIENT_ID={{Client_id_given_by client for respective mode (UAT/DEVELOPMENT))
VITE_OKTA_DOMAIN={{OKTA_DOMAIN}}
# Tanflow (Dealer login) base URL and client ID; client secret is in backend .env only
VITE_TANFLOW_BASE_URL={{TANFLOW_BASE_URL}}
VITE_TANFLOW_CLIENT_ID={{TANFLOW_CLIENT_ID}}