Implement membership admin and BTCPay flow
This commit is contained in:
10
.env.local.example
Normal file
10
.env.local.example
Normal 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
|
||||
Reference in New Issue
Block a user