From 21720b6dfae5db29a0635c02ec27a99542f21ddf Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 24 Jun 2024 22:32:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B8=D0=B7?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D0=B0=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=BA=D1=81=D0=B8,=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20=D1=81=D0=B1=D0=BE=D1=80=D0=B0=20=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D1=85=20=D0=B8=20=D0=BC=D0=B0=D1=81=D1=81?= =?UTF-8?q?=D0=B8=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D1=80=D0=B8=D0=BF?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=D0=B0=D0=BB=D1=8E=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_sample.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/config_sample.yaml b/config_sample.yaml index 02d674f..6367d83 100644 --- a/config_sample.yaml +++ b/config_sample.yaml @@ -1,23 +1,23 @@ -db: +database: user: "DATABASE_USERNAME" password: "DATABASE_PASSWORD" host: "DATABASE_HOST" name: "DATABASE_NAME" port: 5432 server: - host: localhost - port: 3000 + host: localhost + port: 5050 currency: - - USD - - RUB - - EUR - - UAH - - TRY - - KZT -proxy: - protocol: 'https' - host: '127.0.0.1' - port: 9000 - auth: - username: 'mikeymike' - password: 'rapunz3l' + collecting: + fiat: True + crypto: False + fiat: + - USD + - RUB + - EUR + - UAH + - TRY + - KZT + crypto: + - BTC + - ETH