From fe8d2ab051f8ca5638dda12f4fc858caa2efb8b6 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 21 Dec 2025 16:31:37 -0700 Subject: [PATCH] Updating .env-example for docker container --- production/docker/{.env-local => .env-example} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename production/docker/{.env-local => .env-example} (86%) diff --git a/production/docker/.env-local b/production/docker/.env-example similarity index 86% rename from production/docker/.env-local rename to production/docker/.env-example index c175025..2e5a1a3 100644 --- a/production/docker/.env-local +++ b/production/docker/.env-example @@ -9,10 +9,10 @@ RPC_PASSWORD=password FULCRUM_API=http://172.17.0.1:3001/v1 # SLP Indexer -SLP_INDEXER_API=http://localhost:5010 +SLP_INDEXER_API=http://172.17.0.1:5010 # REST API URL for wallet operations -LOCAL_RESTURL=http://localhost:5942/v6 +LOCAL_RESTURL=http://172.17.0.1:5942/v6 # END INFRASTRUCTURE SETUP @@ -25,6 +25,7 @@ PORT=5942 X402_ENABLED=true SERVER_BCH_ADDRESS=bitcoincash:qqlrzp23w08434twmvr4fxw672whkjy0py26r63g3d FACILITATOR_URL=http://localhost:4345/facilitator +X402_PRICE_SAT=200 # Basic Authentication required to access this API? USE_BASIC_AUTH=true