Files
OPI/modules/bitmap_api/.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

13 lines
202 B
Plaintext

# .env file
DB_USER="postgres"
DB_HOST="localhost"
DB_PORT="5432"
DB_DATABASE="postgres"
DB_PASSWD=""
DB_SSL="true"
DB_MAX_CONNECTIONS=10
API_HOST="127.0.0.1"
API_PORT="8001"
API_TRUSTED_PROXY_CNT="0"