mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-04-29 13:25:32 +08:00
Added .env file creation script to reset_init.py for easier init BRC20 index now reports on every 100 block while syncing
14 lines
287 B
Plaintext
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" |