Files
OPI/modules/bitmap_index/.env_sample
samedcildir c95436e133 Added bitcoin_rpc user&pass to main indexer config
Added .env file creation script to reset_init.py for easier init
BRC20 index now reports on every 100 block while syncing
2024-01-12 13:09:52 +03:00

14 lines
287 B
Plaintext

# .env
DB_USER="postgres"
DB_HOST="localhost"
DB_PORT="5432"
DB_DATABASE="postgres"
DB_PASSWD=""
DB_METAPROTOCOL_USER="postgres"
DB_METAPROTOCOL_HOST="localhost"
DB_METAPROTOCOL_PORT="5432"
DB_METAPROTOCOL_DATABASE="postgres"
DB_METAPROTOCOL_PASSWD=""
FIRST_INSCRIPTION_HEIGHT="767430"