From 307afecf89da1c3727203847e971190c772eb175 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 8 May 2025 16:33:18 +0100 Subject: [PATCH 1/2] Update .env --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 3eeb240..1015b6b 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -NEXT_PUBLIC_WS_URL=wss://dataweb.isis.rl.ac.uk:7777/pvws/pv +NEXT_PUBLIC_WS_URL=wss://ndaextweb4.nd.rl.ac.uk/pvws/pv From 0bf34447b7093eef9825ca237f14a6d1f53887ac Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 8 May 2025 17:07:40 +0100 Subject: [PATCH 2/2] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f644fc..17fbdc2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To install all dependencies, use: ### Running -This web dashboard relies on a PVWS instance to forward EPICS data via a websocket. https://github.com/ISISComputingGroup/WebDashboard/issues/30 should mean that there is a central instance running which will be used for production, but you may point your web dashboard at a local instance for dev work. +This web dashboard relies on a PVWS instance to forward EPICS data via a websocket. If you don't want to point your instance to the deployed websocket on NDAEXTWEB, you may point your web dashboard at a local instance for dev work.
Running PVWS locally for development