Update settings.json.template

This commit is contained in:
sudormdir
2023-09-19 02:16:43 -05:00
committed by GitHub
parent 1c1fde39d9
commit 6554e7ddda
+2 -2
View File
@@ -1006,7 +1006,7 @@
"xeggex": {
// enabled: Enable/disable the xeggex exchange (true/false)
// If set to false, the xeggex page will be completely inaccessible and no market data will be downloaded for this exchange
"enabled": true,
"enabled": false,
// trading_pairs: An array of market trading pair symbols
// You can add as many trading pairs as necessary
// All entries must specify your coins symbol as it is displayed on the exchange, followed by a slash (/) and ending with the symbol of the market or asset that is being traded against
@@ -1599,4 +1599,4 @@
"enabled": false
}
}
}
}