mirror of
https://github.com/Redume/Shirino.git
synced 2024-11-05 16:23:59 +03:00
Замена конфига на yaml, с .env
This commit is contained in:
parent
6b943ad40a
commit
1e2e7565db
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
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
|
7
config_sample.yaml
Normal file
7
config_sample.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
debug: false # debug logging
|
||||
timeout: 2 # http requests timeout
|
||||
ndigits: 3 # digits after floating point or after zeroes
|
||||
coinapi_keys:
|
||||
- key
|
||||
- key2 # coinapi keys list
|
||||
telegram_token: # telegram bot token
|
Loading…
Reference in a new issue