Update .env-sample

This commit is contained in:
KoalaSat
2024-01-30 17:24:41 +00:00
committed by GitHub
parent 80b97f355b
commit c5e192efac

View File

@ -18,7 +18,7 @@ CLN_GRPC_HOST='localhost:9999'
CLN_GRPC_HOLD_HOST='localhost:9998'
# Bitcoin Core Daemon RPC, used to validate addresses
BITCOIND_RPCURL = 'http://127.0.0.1:18332'
BITCOIND_RPCURL = 'http://127.0.0.1:18332' # mainnet 8332
BITCOIND_RPCUSER = 'robodev'
BITCOIND_RPCPASSWORD = 'robodev'