2024-01-24 19:52:25 +00:00
2024-01-24 19:52:25 +00:00
2023-07-12 11:45:44 +00:00
2023-07-12 11:44:39 +00:00
2023-07-06 22:02:46 +00:00
2023-07-12 11:52:09 +00:00

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>
Description
No description provided
Readme MIT 116 KiB
Languages
R 94.9%
Dockerfile 5.1%