# ========================================================================== # .env.template # # Copyright © 2025 Network Pro Strategies (Network Pro™) # Environment template for Network Pro # Rename to `.env` (or `.env.local`) and customize as needed # ========================================================================== # Custom environment mode for scripts and tooling # One of: dev, test, ci, preview, prod ENV_MODE=dev # Optional: API keys or tokens for local dev (never commit real values) #VITE_PUBLIC_API_URL=https://api.example.com #VITE_PUBLIC_SITE_NAME=Network Pro # ⚠️ DO NOT include sensitive credentials in VITE_ variables # These are exposed to client-side code at build time