From 69ba15ca8c17837702cb49044895e9f97b9eea2b Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 2 Aug 2024 21:48:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A5=D0=BE=D1=81=D1=82=20=D1=81=D0=B5=D1=80?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D0=B0=20=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C?= =?UTF-8?q?=20=D1=81=D1=82=D1=80=D0=B8=D0=BD=D0=B3=20(=D1=8D=D1=82=D0=BE?= =?UTF-8?q?=20=D0=B1=D1=8B=D0=BB=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA?= =?UTF-8?q?=D0=B0).=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=BF=D0=BE=D0=BB=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=B1=D0=B0=D0=B3=D0=B0,=20SSL.=20=D0=98=D0=B7=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=BB=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=B9=20API=20coi?= =?UTF-8?q?napi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_sample.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config_sample.yaml b/config_sample.yaml index 01263c3..1d083cc 100644 --- a/config_sample.yaml +++ b/config_sample.yaml @@ -5,7 +5,11 @@ database: name: "DATABASE_NAME" port: 5432 server: - host: localhost + host: 'localhost' + private_key: '/CertSSL/private.key' + cert: '/CertSSL/fullchain.pem' + ssl: true + debug: true currency: collecting: fiat: True @@ -21,7 +25,7 @@ currency: crypto: - BTC - ETH - cryptoKeys: + coinapiKeys: - CryptoKey1 - CryptoKey2 - CryptoKey3 \ No newline at end of file