From 0461db96c148285427a802ea68479e9584bb4ff3 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 23 Nov 2025 10:16:21 -0800 Subject: [PATCH] fix(.env): Updating .env-local example --- .env-local | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env-local b/.env-local index 2108342..ea94e3d 100644 --- a/.env-local +++ b/.env-local @@ -6,11 +6,14 @@ RPC_USERNAME=bitcoin RPC_PASSWORD=password # Fulcrum Indexer -FULCRUM_API=http://192.168.2.127:3001 +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 @@ -21,5 +24,6 @@ X402_ENABLED=false # Basic Authentication required to access this API? USE_BASIC_AUTH=false +#BASIC_AUTH_TOKEN=some-random-token # END ACCESS CONTROL \ No newline at end of file