Add strfry environment variables

This commit is contained in:
Alice Coordinator
2026-01-26 17:10:36 +00:00
parent 7678b01b71
commit 6178b362c9
2 changed files with 8 additions and 0 deletions

View File

@ -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'

View File

@ -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'