From 908911fba62984eee40c017abc0f6c5eb659afc8 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 28 Nov 2025 06:02:05 -0800 Subject: [PATCH] Copying .env-local to docker --- production/docker/.env-local | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/production/docker/.env-local b/production/docker/.env-local index 6c7bfcd..c175025 100644 --- a/production/docker/.env-local +++ b/production/docker/.env-local @@ -19,16 +19,16 @@ LOCAL_RESTURL=http://localhost:5942/v6 # START ACCESS CONTROL +PORT=5942 + # x402 payments required to access this API? -X402_ENABLED=false -#X402_ENABLED=true -#SERVER_BCH_ADDRESS=bitcoincash:qqlrzp23w08434twmvr4fxw672whkjy0py26r63g3d -#FACILITATOR_URL=http://localhost:4345/facilitator +X402_ENABLED=true +SERVER_BCH_ADDRESS=bitcoincash:qqlrzp23w08434twmvr4fxw672whkjy0py26r63g3d +FACILITATOR_URL=http://localhost:4345/facilitator # Basic Authentication required to access this API? -USE_BASIC_AUTH=false -#USE_BASIC_AUTH=true -#BASIC_AUTH_TOKEN=some-random-token +USE_BASIC_AUTH=true +BASIC_AUTH_TOKEN=some-random-token # END ACCESS CONTROL