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