-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
DATABASE_URL=postgres://postgres:password@postgres:5432/namada-indexer | ||
TENDERMINT_URL=http://host.docker.internal:27657 | ||
CHAIN_ID=local.82f9d1c42fdcadbb287ce393 | ||
CACHE_URL=redis://dragonfly:6379 | ||
WEBSERVER_PORT=5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,6 @@ cp .env_sample .env | |
- Get a Namada RPC url | ||
- [Either create a local chain ](https://github.com/anoma/namada/blob/main/scripts/gen_localnet.py) | ||
- Or use a Public RPC | ||
- Change `CHAIN_ID` | ||
- Install [just](https://github.com/casey/just) | ||
- Run `just docker-run` | ||
|
||
|
@@ -41,7 +40,6 @@ cp .env_sample .env | |
- Get a Namada RPC url | ||
- [Either create a local chain ](https://github.com/anoma/namada/blob/main/scripts/gen_localnet.py) | ||
- Or use a Public RPC | ||
- Get a network `CHAIN_ID` | ||
- Create a `.env` file in the root of the project with the following content: | ||
```env | ||
DATABASE_URL=postgres://postgres:[email protected]:5435/namada-indexer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters