# ============================================================ # Liara env vars — nobat724_front (Next.js platform) # ------------------------------------------------------------ # NEXT_PUBLIC_* are baked into the client bundle AT BUILD TIME, so set them in the # Liara console BEFORE the first deploy; changing them later needs a REDEPLOY # (not just a restart). Set via console (Environment tab) or: # liara env:set KEY=VALUE --app nobat724 # ============================================================ # Backend API base — all /api/v1/* and /oauth/token calls hit this origin. NEXT_PUBLIC_API_URL=https://clinic-pro.ir # FALSE → allow search-engine indexing (production). TRUE → noindex + block crawlers (staging). DEV_MODE=FALSE