From ad03585d30d159ff812614439076a99a3af387e6 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Wed, 12 Jun 2024 14:06:27 +0200 Subject: [PATCH] updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 19f65ee..0898a43 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ npm install npm run dev ``` +The default API endpoint used to contact a Waku Node is http://localhost:8645 + +In order to set a custom endpoint, please set the env variable `VITE_API_ENDPOINT` + +For example +``` +export VITE_API_ENDPOINT= +``` + ### Docker ```