From 6178b362c9c296c4bbed126828b53996cb308da5 Mon Sep 17 00:00:00 2001 From: Alice Coordinator Date: Mon, 26 Jan 2026 17:10:36 +0000 Subject: [PATCH] Add strfry environment variables --- compose/env-sample/clntn/robosats.env | 4 ++++ compose/env-sample/lndtn/robosats.env | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/compose/env-sample/clntn/robosats.env b/compose/env-sample/clntn/robosats.env index c277212..1501fac 100644 --- a/compose/env-sample/clntn/robosats.env +++ b/compose/env-sample/clntn/robosats.env @@ -45,6 +45,10 @@ POSTGRES_PORT='5432' USE_TOR='True' TOR_PROXY='127.0.0.1:9050' +# Local nostr relay +STRFRY_HOST = 'localhost' +STRFRY_PORT = '7778' + # List of market price public APIs. If the currency is available in more than 1 API, will use median price. MARKET_PRICE_APIS = 'https://blockchain.info/ticker, https://api.yadio.io/exrates/BTC' diff --git a/compose/env-sample/lndtn/robosats.env b/compose/env-sample/lndtn/robosats.env index 6cd4b62..f3fc573 100644 --- a/compose/env-sample/lndtn/robosats.env +++ b/compose/env-sample/lndtn/robosats.env @@ -45,6 +45,10 @@ POSTGRES_PORT='5432' USE_TOR='True' TOR_PROXY='127.0.0.1:9050' +# Local nostr relay +STRFRY_HOST = 'localhost' +STRFRY_PORT = '7778' + # List of market price public APIs. If the currency is available in more than 1 API, will use median price. MARKET_PRICE_APIS = 'https://blockchain.info/ticker, https://api.yadio.io/exrates/BTC'