From fc306bd532b201f5e0f0a41bf548254bc39de39b Mon Sep 17 00:00:00 2001 From: dylanVerstraete Date: Mon, 7 Aug 2023 11:18:18 +0200 Subject: [PATCH] fix(docs): update docs --- docs/development.md | 2 +- docs/production.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index 313e3b7..7eb444b 100644 --- a/docs/development.md +++ b/docs/development.md @@ -63,7 +63,7 @@ docker ps it should display such list of running containers: -![image](https://user-images.githubusercontent.com/73958772/210003731-6abd405f-f92a-440d-aa9a-40410e580109.png) +![image](https://user-images.githubusercontent.com/42457449/258668686-cd331bd6-ed80-47ea-87a5-16f88d969025.png) Make sure indexer and processor are both listening to tfchain to be able to browse. diff --git a/docs/production.md b/docs/production.md index f291771..7e6cc61 100644 --- a/docs/production.md +++ b/docs/production.md @@ -21,7 +21,7 @@ docker-compose up -d ### Processor -Configure the `.env` file in `./processor` +Configure the `.env` file in the root of this repository. Set the `WS_URL` to a tfchain network url.