Implement membership admin and BTCPay flow

This commit is contained in:
Dorian
2026-05-14 12:44:15 -05:00
parent c015f6b7da
commit 3d87041f2d
18 changed files with 3587 additions and 348 deletions

10
.env.local.example Normal file
View File

@@ -0,0 +1,10 @@
APP_MODE=all
HOST=127.0.0.1
PORT=3001
MEMBERSHIP_ENCRYPTION_KEY=replace-with-a-64-character-hex-key
ACCESS_HMAC_KEY=replace-with-a-long-random-access-hmac-key
ACCESS_CONTROLLER_TOKEN=replace-with-a-long-random-door-controller-token
BTCPAY_SERVER_URL=https://your-btcpay.example.com
BTCPAY_STORE_ID=replace-with-store-id
BTCPAY_API_KEY=replace-with-api-token
BTCPAY_WEBHOOK_SECRET=replace-with-webhook-secret