mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
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
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:
parent
eae175efa9
commit
04a2d18eb3
1 changed files with 6 additions and 0 deletions
|
@ -26,7 +26,9 @@ currency:
|
||||||
save: false # Enable or disable saving graphs to an image (Boolean)
|
save: false # Enable or disable saving graphs to an image (Boolean)
|
||||||
collecting:
|
collecting:
|
||||||
fiat: true # Turn off or turn on the collection of the fiat currency rate [Boolean]
|
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]
|
schedule: '30 8 * * *' # Currency collection schedule in crontab format [String]
|
||||||
|
crypto_apikey: 'APIKEY'
|
||||||
fiat: # List of fiat currency to save the exchange rate [Array]
|
fiat: # List of fiat currency to save the exchange rate [Array]
|
||||||
- USD
|
- USD
|
||||||
- RUB
|
- RUB
|
||||||
|
@ -34,3 +36,7 @@ currency:
|
||||||
- UAH
|
- UAH
|
||||||
- TRY
|
- TRY
|
||||||
- KZT
|
- KZT
|
||||||
|
crypto:
|
||||||
|
- ETH
|
||||||
|
- TON
|
||||||
|
- USDT
|
||||||
|
|
Loading…
Add table
Reference in a new issue