From 6554e7dddac22f3d5ecb48dbef50da066a1723c1 Mon Sep 17 00:00:00 2001 From: sudormdir <124973031+sudormdir@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:16:43 -0500 Subject: [PATCH] Update settings.json.template --- settings.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json.template b/settings.json.template index bd0f9b1..7109de9 100644 --- a/settings.json.template +++ b/settings.json.template @@ -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 } } -} \ No newline at end of file +}