feat: CoinAPI cryptocurrency collection has been removed
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:
Данил 2024-11-07 22:31:18 +03:00
parent 526d185048
commit b49bd33a93
6 changed files with 4 additions and 128 deletions

View file

@ -1,5 +1,5 @@
# For more information, see the documentation
# https://github.com/Redume/Kekkai/wiki
# https://kekkai-docs.redume.su/
database: # Postgresql database data, for connection
user: 'DATABASE_USERNAME'
@ -26,7 +26,6 @@ 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 # Turn off or turn on the collection of the cryptocurrency rate [Boolean]
schedule: '30 8 * * *' # Currency collection schedule in crontab format [String]
fiat: # List of fiat currency to save the exchange rate [Array]
- USD
@ -35,10 +34,3 @@ currency:
- UAH
- TRY
- KZT
crypto: # List of cryptocurrency to save the exchange rate [Array]
- BTC
- ETH
coinapiKeys: # List of keys for the coinapi API [Array]
- CryptoKey1
- CryptoKey2
- CryptoKey3