2026-07-07 14:40:09 +08:00
|
|
|
# ─────────────────────────────────────────────────────────
|
|
|
|
|
# OTA Manager Web Frontend — Environment Variables
|
|
|
|
|
# ─────────────────────────────────────────────────────────
|
|
|
|
|
# Copy this file to .env and adjust values for your environment:
|
|
|
|
|
# cp .env.example .env
|
|
|
|
|
# ─────────────────────────────────────────────────────────
|
|
|
|
|
|
|
|
|
|
# ── API Server ───────────────────────────────────────────
|
|
|
|
|
|
|
|
|
|
# Base URL for the OTA Manifest Server API.
|
|
|
|
|
# Default: https://pipely.onixbyte.com/
|
|
|
|
|
# Development: http://localhost:8080
|
|
|
|
|
VITE_API_BASE_URL=https://pipely.onixbyte.com/
|
2026-07-07 15:17:49 +08:00
|
|
|
|
|
|
|
|
# Redux Persistent storage location
|
|
|
|
|
# Options: `local` (default), `session`
|
|
|
|
|
VITE_REDUX_STORAGE=local
|