Skip to content

Commit

Permalink
fixed format of env vars in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Nov 7, 2023
1 parent 5b897fe commit 727505b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 727505b

Please sign in to comment.