updated README

This commit is contained in:
Gabriel mermelstein 2024-06-12 14:06:27 +02:00
parent 3cd69f2451
commit ad03585d30
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -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=<my-other-endpoint>
```
### Docker
```