chore(config): update example config for crypto
Some checks are pending
Create and publish a Docker image / build-and-push-server (push) Waiting to run
Create and publish a Docker image / build-and-push-chart (push) Waiting to run
Create and publish a Docker image / build-and-push-CR (push) Waiting to run
Deploy docs / deploy (push) Waiting to run

This commit is contained in:
Данил 2025-01-03 13:59:16 +03:00
parent eae175efa9
commit 04a2d18eb3

View file

@ -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