CoinAPI token rotation

This commit is contained in:
DarkCat09 2023-06-01 17:39:46 +04:00
parent 2573253e2b
commit b98c16f642
3 changed files with 45 additions and 10 deletions

View file

@ -1,5 +1,5 @@
DEBUG=false # debug logging
TIMEOUT=2 # http requests timeout
NDIGITS=3 # digits after floating point or after zeroes
COINAPI_KEY= # coinapi key
TELEGRAM_TOKEN= # telegram bot token
DEBUG=false # debug logging
TIMEOUT=2 # http requests timeout
NDIGITS=3 # digits after floating point or after zeroes
COINAPI_KEYS=["key"] # coinapi keys list
TELEGRAM_TOKEN= # telegram bot token