From eac4916415755b7a53375e70143058663459b7fa Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 22 Dec 2025 05:13:07 -0700 Subject: [PATCH] Updating .env-example for docker --- production/docker/.env-example | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/production/docker/.env-example b/production/docker/.env-example index 2e5a1a3..3d1e320 100644 --- a/production/docker/.env-example +++ b/production/docker/.env-example @@ -22,14 +22,16 @@ LOCAL_RESTURL=http://172.17.0.1:5942/v6 PORT=5942 # x402 payments required to access this API? -X402_ENABLED=true -SERVER_BCH_ADDRESS=bitcoincash:qqlrzp23w08434twmvr4fxw672whkjy0py26r63g3d -FACILITATOR_URL=http://localhost:4345/facilitator -X402_PRICE_SAT=200 +X402_ENABLED=false +#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 -BASIC_AUTH_TOKEN=some-random-token +USE_BASIC_AUTH=false +#USE_BASIC_AUTH=true +#BASIC_AUTH_TOKEN=some-random-token # END ACCESS CONTROL