near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
124 stars 56 forks source link

Init command shouldn't probably need to have DB creds set? #98

Closed chefsale closed 3 years ago

chefsale commented 3 years ago
/home/ubuntu/indexer init --chain-id testnet --download

thread 'main' panicked at 'DATABASE_URL must be set in .env file: NotPresent', src/models/mod.rs:35:30
frol commented 3 years ago

Good point, we will address it in #97