ndigits in config; convert() rounding and .env_sample explanations, mypy/pylint

This commit is contained in:
DarkCat09 2023-06-01 16:58:33 +04:00
parent de390cc995
commit 63bd0bf421
2 changed files with 38 additions and 16 deletions

View file

@ -1,4 +1,5 @@
DEBUG=false
TIMEOUT=2
COINAPI_KEY=
TELEGRAM_TOKEN=
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