Update proxy documentation

This commit is contained in:
Matthias
2024-06-19 20:27:47 +02:00
parent 094dc18e86
commit 2bc5756326

View File

@@ -722,6 +722,7 @@ To use a proxy for exchange connections - you will have to define the proxies as
"exchange": {
"ccxt_config": {
"httpsProxy": "http://addr:port",
"wsProxy": "http://addr:port",
}
}
}