Skip to content

Commit

Permalink
Remove references to CHAIN_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-u410 committed Jul 24, 2024
1 parent c92ad1d commit 48b7d89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .env_sample
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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ x-defaults: &defaults
args: &build-args
DATABASE_URL: ${DATABASE_URL}
TENDERMINT_URL: ${TENDERMINT_URL}
CHAIN_ID: ${CHAIN_ID}
CACHE_URL: ${CACHE_URL}
WEBSERVER_PORT: ${WEBSERVER_PORT}
environment: &env-vars
Expand Down

0 comments on commit 48b7d89

Please sign in to comment.