.example.env
# Backend URLREACT_CARE_API_URL=https://careapi.ohc.network # Dashboard URLREACT_DASHBOARD_URL= # GitHub URL (default: https://github.com/ohcnetwork)REACT_GITHUB_URL= # OHCN URL (default: https://ohc.network?ref=care)REACT_OHCN_URL= # Care Apps. repo@branch seperated by commasREACT_ENABLED_APPS="ohcnetwork/care_livekit_fe@main,ohcnetwork/care_scribe" # Main logo (JSON string with light and dark properties)REACT_HEADER_LOGO= # Main logo (JSON string with light and dark properties)# Example: REACT_MAIN_LOGO="{\"light\": \"https://cdn.ohc.network/light-logo.svg\", \"dark\": \"https://cdn.ohc.network/dark-logo.svg\"}"REACT_MAIN_LOGO= # State logo (JSON string with light and dark properties)REACT_STATE_LOGO= # Custom logo (JSON string with light and dark properties)REACT_CUSTOM_LOGO= # Custom alternative logo (JSON string with light and dark properties)REACT_CUSTOM_LOGO_ALT= # Custom descriptionREACT_CUSTOM_DESCRIPTION= # Google Maps API keyREACT_GMAPS_API_KEY= # reCAPTCHA site keyREACT_RECAPTCHA_SITE_KEY= # Sentry DSNREACT_SENTRY_DSN= # Sentry environment (default: staging)REACT_SENTRY_ENVIRONMENT= # Feature flagsREACT_ENABLE_HCX=trueREACT_ENABLE_ABDM=true # JWT token refresh interval (in milliseconds) (default: 5 minutes)REACT_JWT_TOKEN_REFRESH_INTERVAL= # Minimum encounter date (default: 2020-01-01)REACT_MIN_ENCOUNTER_DATE= # Default Encounter Type (default: "hh" - Home Health)REACT_DEFAULT_ENCOUNTER_TYPE= # Available languages to switch between (2 Digit language code seperated by comas. See src->Locale->config.ts for available codes)REACT_ALLOWED_LOCALES="en,hi,ta,ml,mr,kn" # ISO 3166-1 Alpha-2 code for the default country code (default: "IN")REACT_DEFAULT_COUNTRY= # Maps fallback URL template (default:"https://www.openstreetmap.org/?mlat={lat}&mlon={long}&zoom=15")REACT_MAPS_FALLBACK_URL_TEMPLATE= # OTP resend timeout in seconds (eg. 90 seconds) (default : 120 seconds)REACT_APP_RESEND_OTP_TIMEOUT=