diff --git a/surfsense_desktop/README.md b/surfsense_desktop/README.md index dc96059ac..80efefba8 100644 --- a/surfsense_desktop/README.md +++ b/surfsense_desktop/README.md @@ -23,18 +23,8 @@ Two `.env` files control the build: **`surfsense_web/.env`** — Next.js environment variables baked into the frontend at build time: -``` -NEXT_PUBLIC_FASTAPI_BACKEND_URL=https://your-deployed-backend.com -NEXT_PUBLIC_ELECTRIC_URL=https://your-deployed-electric.com -NEXT_PUBLIC_ELECTRIC_AUTH_MODE=secure -``` - **`surfsense_desktop/.env`** — Electron-specific configuration: -``` -HOSTED_FRONTEND_URL=https://surfsense.net -``` - Set these before building. ## Build & Package @@ -43,7 +33,7 @@ Set these before building. ```bash cd ../surfsense_web -pnpm next build +pnpm build ``` **Step 2** — Compile Electron and prepare the standalone output: