From e89474bea62ac0cfb954d11241545380bd77544c Mon Sep 17 00:00:00 2001 From: squad0011 Date: Thu, 18 Jun 2026 14:47:28 +0000 Subject: [PATCH] added.env.example --- dashboard/.env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dashboard/.env.example diff --git a/dashboard/.env.example b/dashboard/.env.example new file mode 100644 index 00000000..b74c776f --- /dev/null +++ b/dashboard/.env.example @@ -0,0 +1,8 @@ +# Frontend environment variables for dashboard +# Visit README or Vite docs for more info about VITE_ env variables. + +# Backend listener API endpoint used by the dashboard to fetch events. +VITE_EVENTS_API_URL=http://localhost:8787/api/events + +# Stellar network to use: TESTNET or PUBLIC. +VITE_STELLAR_NETWORK=TESTNET