Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 384 Bytes

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>