From 1e2e7565db1ec8edcb07fc08b80163183ed560ba Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 14 Jun 2024 14:01:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B0=20=D0=BD=D0=B0=20yaml,=20?= =?UTF-8?q?=D1=81=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env_sample | 5 ----- config_sample.yaml | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 .env_sample create mode 100644 config_sample.yaml diff --git a/.env_sample b/.env_sample deleted file mode 100644 index 1ef3619..0000000 --- a/.env_sample +++ /dev/null @@ -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 diff --git a/config_sample.yaml b/config_sample.yaml new file mode 100644 index 0000000..d4ae8e7 --- /dev/null +++ b/config_sample.yaml @@ -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