mirror of
https://github.com/aljazceru/payments-rest-api.git
synced 2025-12-20 15:04:23 +01:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
# Breez SDK configuration
|
|
BREEZ_API_KEY=your_breez_api_key_here
|
|
BREEZ_SEED_PHRASE=your_mnemonic_seed_phrase_here
|
|
|
|
# API security
|
|
API_SECRET=your_api_secret_here
|
|
|
|
# Woocommerce webhook (just put the top level link to your shop ie yourshop.com)
|
|
WEBHOOK_URL=your_wordpress_url |