From f048671c6a43bc20f7160be964e44d7bfafb72b7 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:46:47 +0300 Subject: [PATCH] Update README.md --- fly/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly/README.md b/fly/README.md index 06d4137..c2038a7 100644 --- a/fly/README.md +++ b/fly/README.md @@ -45,8 +45,8 @@ This document explains deploying breez payments api to fly.io 6. Set secrets(see [here](https://github.com/breez/payments-rest-api/blob/main/README.md#api-key-security)): ```bash - fly secrets set BREEZ_API_KEY="your_breez_api_key" # make sure to use quotes specially if deploying from windows - fly secrets set BREEZ_SEED_PHRASE=your_mnemonic_seed_phrase //e.g. "word1 word2 word3 ... word12" + fly secrets set BREEZ_API_KEY="your_breez_api_key" # make sure to use quotes specially if using Windows + fly secrets set BREEZ_SEED_PHRASE="word1 word2 word3 ... word12" fly secrets set API_SECRET="your_api_secret" # if you're gonna be using this with woocommerce then you also need to set the webhook url