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