From 727505bb08a184fdc8096b4435ac2852a1d5a840 Mon Sep 17 00:00:00 2001 From: Lavysh Alexander Date: Wed, 8 Nov 2023 00:50:06 +0300 Subject: [PATCH] fixed format of env vars in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4766db6c..1ee9eca9 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ vim .env > **Required environment variables:** > -> `CELESTIA_DAL_API_URL` - uri for [Celestia Full Storage Node](https://docs.celestia.org/nodes/full-storage-node) -> `CELESTIA_NODE_AUTH_TOKEN` - token with read access level for full storage node. You can get it from your running node instance by command `celestia full auth read` -> `CELESTIA_NODE_URL` - uri to [Celestia Consensus Node](https://docs.celestia.org/nodes/consensus-node) -> `POSTGRES_USER` - username for Postgres -> `POSTGRES_PASSWORD` - password for Postgres +> - `CELESTIA_DAL_API_URL` - uri for [Celestia Full Storage Node](https://docs.celestia.org/nodes/full-storage-node) +> - `CELESTIA_NODE_AUTH_TOKEN` - token with read access level for full storage node. You can get it from your running node instance by command `celestia full auth read` +> - `CELESTIA_NODE_URL` - uri to [Celestia Consensus Node](https://docs.celestia.org/nodes/consensus-node) +> - `POSTGRES_USER` - username for Postgres +> - `POSTGRES_PASSWORD` - password for Postgres > Build the Docker images for the indexer and API: