Files
psf-bch-api/.env-local
T

29 lines
575 B
Plaintext

# START INFRASTRUCTURE SETUP
# Full Node Connection
RPC_BASEURL=http://172.17.0.1:8332
RPC_USERNAME=bitcoin
RPC_PASSWORD=password
# Fulcrum Indexer
FULCRUM_API=http://192.168.2.127:3001/v1
# SLP Indexer
SLP_INDEXER_API=http://192.168.2.127:5010
# REST API URL for wallet operations
LOCAL_RESTURL=http://localhost:5942/v6/
# END INFRASTRUCTURE SETUP
# START ACCESS CONTROL
# x402 payments required to access this API?
X402_ENABLED=false
# Basic Authentication required to access this API?
USE_BASIC_AUTH=false
#BASIC_AUTH_TOKEN=some-random-token
# END ACCESS CONTROL