Files
campaign-site-docker-API/README.md
2023-07-12 11:52:09 +00:00

384 B

campaign-site-docker-API

Docker for monerofund.org fundraising campaigns API

Building

Before building the Docker with docker build -t monerofundapi ., a file named .env must be placed in this repository with the API keys, Store ID, and URL, with this format:

BTCPAY_API_KEY=<key>
BTCPAY_URL=https://<domain>/api/v1/
BTCPAY_STORE_ID=<id>
STRIPE_SECRET_KEY=<key>