mirror of
https://github.com/Redume/Shirino.git
synced 2025-03-15 02:47:50 +03:00
CoinAPI token rotation
This commit is contained in:
parent
2573253e2b
commit
b98c16f642
3 changed files with 45 additions and 10 deletions
10
.env_sample
10
.env_sample
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue