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
6 changed files with 57 additions and 5 deletions

View File

@@ -65,5 +65,9 @@
"PORT": "__SOCKS5PROXY_PORT__",
"USERNAME": "__SOCKS5PROXY_USERNAME__",
"PASSWORD": "__SOCKS5PROXY_PASSWORD__"
},
"PRICENODE": {
"TOR_URL": "__PRICENODE_TOR_URL__",
"CLEARNET_URL": "__PRICENODE_CLEARNET_URL__"
}
}