From 83493a6a5c824507e8595c8b899ed2fdecfaea6c Mon Sep 17 00:00:00 2001 From: Aljaz Date: Thu, 29 May 2025 18:27:16 +0200 Subject: [PATCH] Update .env.example --- fly/.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fly/.env.example b/fly/.env.example index ff9deb8..ba1ff33 100644 --- a/fly/.env.example +++ b/fly/.env.example @@ -3,4 +3,7 @@ BREEZ_API_KEY=your_breez_api_key_here SEED_PHRASE=your_mnemonic_seed_phrase_here # API security -API_SECRET=your_api_secret_here \ No newline at end of file +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