#RPC_URL=https://cosmos-rpc.polkachu.com/
RPC_URL=https://rpc.cosmoshub-4-archive.citizenweb3.com
DATABASE_URL="postgres://cosmos_indexer_user:password@localhost:2432/cosmos_indexer_db"

POSTGRES_VERSION=15-bullseye
POSTGRES_DB=cosmos_indexer_db
POSTGRES_USER=cosmos_indexer_user
POSTGRES_PASSWORD=password
PG_PORT=2432

POSTGRES_INITDB_ARGS=--data-checksums
