mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
16 lines
286 B
Plaintext
16 lines
286 B
Plaintext
# Environment variables for psf-memo-tx-indexer
|
|||
|
|
# Copy this file to .env and modify as needed
|
||
|
|
|
||
|
|
PSF_MEMO_DB_URL=http://172.17.0.1:5021
|
||
|
|
|
||
|
|
RPC_IP=172.17.0.1
|
||
|
|
RPC_PORT=8332
|
||
|
|
ZMQ_PORT=28332
|
||
|
|
RPC_USER=bitcoin
|
||
|
|
RPC_PASS=password
|
||
|
|
|
||
|
|
TX_REST_API_PORT=5455
|
||
|
|
TX_REST_API_IP=172.17.0.1
|
||
|
|
|
||
|
|
SEEN_TX_MAX=100000
|