mirror of
https://github.com/Permissionless-Software-Foundation/psf-bch-api.git
synced 2026-09-21 16:52:00 -07:00
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
# Full Node Connection
|
|
RPC_BASEURL=http://172.17.0.1:8332
|
|
RPC_USERNAME=bitcoin
|
|
RPC_PASSWORD=password
|
|
|
|
# x402 payments required to access this API?
|
|
X402_ENABLED=false
|
|
|
|
# Fulcrum Indexer
|
|
FULCRUM_API=http://192.168.2.127:3001 |