Copying .env-local to docker

This commit is contained in:
Chris Troutner
2025-11-28 06:02:05 -08:00
parent f6726c79bf
commit 908911fba6
+7 -7
View File
@@ -19,16 +19,16 @@ LOCAL_RESTURL=http://localhost:5942/v6
# START ACCESS CONTROL # START ACCESS CONTROL
PORT=5942
# x402 payments required to access this API? # x402 payments required to access this API?
X402_ENABLED=false X402_ENABLED=true
#X402_ENABLED=true SERVER_BCH_ADDRESS=bitcoincash:qqlrzp23w08434twmvr4fxw672whkjy0py26r63g3d
#SERVER_BCH_ADDRESS=bitcoincash:qqlrzp23w08434twmvr4fxw672whkjy0py26r63g3d FACILITATOR_URL=http://localhost:4345/facilitator
#FACILITATOR_URL=http://localhost:4345/facilitator
# Basic Authentication required to access this API? # Basic Authentication required to access this API?
USE_BASIC_AUTH=false USE_BASIC_AUTH=true
#USE_BASIC_AUTH=true BASIC_AUTH_TOKEN=some-random-token
#BASIC_AUTH_TOKEN=some-random-token
# END ACCESS CONTROL # END ACCESS CONTROL