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