From 04a2d18eb32b93daeefd318ba50793937de48e8b Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 3 Jan 2025 13:59:16 +0300 Subject: [PATCH] chore(config): update example config for crypto --- config.example.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index 0a53423..fef7b9b 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -26,7 +26,9 @@ currency: save: false # Enable or disable saving graphs to an image (Boolean) collecting: fiat: true # Turn off or turn on the collection of the fiat currency rate [Boolean] + crypto: false schedule: '30 8 * * *' # Currency collection schedule in crontab format [String] + crypto_apikey: 'APIKEY' fiat: # List of fiat currency to save the exchange rate [Array] - USD - RUB @@ -34,3 +36,7 @@ currency: - UAH - TRY - KZT + crypto: + - ETH + - TON + - USDT