mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Make the Currency Conversion Service URLs configurable and log when queried
This commit is contained in:
parent
b1dde4d8b1
commit
452375aaf7
6 changed files with 57 additions and 5 deletions
14
README.md
14
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue