From 07546a1cceb75d55581e92332b3cb2dabd770380 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:20:32 +0300 Subject: [PATCH] Update README.md --- fly/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/fly/README.md b/fly/README.md index 4d3073c..7404520 100644 --- a/fly/README.md +++ b/fly/README.md @@ -36,8 +36,14 @@ This document explains deploying breez payments api to fly.io cd /fly # make sure you are in the fly directory before running fly launch so it picks up fly.toml fly launch ``` - -5. Set secrets(see [here](https://github.com/breez/payments-rest-api/blob/main/README.md#api-key-security)): + + Answer as follows: + ``` + ? Would you like to copy its configuration to the new app? y + ? Do you want to tweak these settings before proceeding? N + ``` + +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 fly secrets set SEED_PHRASE=your_mnemonic_seed_phrase