Make the Currency Conversion Service URLs configurable and log when queried

This commit is contained in:
Felipe Knorr Kuhn 2022-02-04 22:48:16 -08:00
parent b1dde4d8b1
commit 452375aaf7
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A
6 changed files with 57 additions and 5 deletions

View file

@ -265,6 +265,20 @@ docker-compose overrides:
SOCKS5PROXY_PASSWORD: ""
```
JSON:
```
"PRICENODE": {
"TOR_URL": "http://wizpriceje6q5tdrxkyiazsgu7irquiqjy2dptezqhrtu7l2qelqktid.onion/getAllMarketPrices",
"CLEARNET_URL": "https://price.bisq.wiz.biz/getAllMarketPrices"
}
```
docker-compose overrides:
```
PRICENODE_TOR_URL: ""
PRICENODE_CLEARNET_URL: ""
```
# Manual Installation
The following instructions are for a manual installation on Linux or FreeBSD. The file and directory paths may need to be changed to match your OS.