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: