mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2026-02-11 09:10:26 +00:00
Add strfry environment variables
This commit is contained in:
@ -45,6 +45,10 @@ POSTGRES_PORT='5432'
|
|||||||
USE_TOR='True'
|
USE_TOR='True'
|
||||||
TOR_PROXY='127.0.0.1:9050'
|
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.
|
# 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'
|
MARKET_PRICE_APIS = 'https://blockchain.info/ticker, https://api.yadio.io/exrates/BTC'
|
||||||
|
|
||||||
|
|||||||
@ -45,6 +45,10 @@ POSTGRES_PORT='5432'
|
|||||||
USE_TOR='True'
|
USE_TOR='True'
|
||||||
TOR_PROXY='127.0.0.1:9050'
|
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.
|
# 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'
|
MARKET_PRICE_APIS = 'https://blockchain.info/ticker, https://api.yadio.io/exrates/BTC'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user