From 33808437e991fe4fcb817033c12832c50af3630d Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 19 Feb 2024 17:18:58 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=85?= =?UTF-8?q?=D0=BE=D1=81=D1=82=20=D0=B8=20=D0=BF=D0=BE=D1=80=D1=82=20=D0=BC?= =?UTF-8?q?=D0=BE=D0=B6=D0=BD=D0=BE=20=D1=83=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_sample.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config_sample.yaml b/config_sample.yaml index ecc43c4..ef932b9 100644 --- a/config_sample.yaml +++ b/config_sample.yaml @@ -4,6 +4,9 @@ db: host: "DATABASE_HOST" name: "DATABASE_NAME" port: 5432 + server: + host: localhost + port: 3000 currency: - USD - RUB @@ -17,4 +20,4 @@ proxy: port: 9000 auth: username: 'mikeymike' - password: 'rapunz3l' \ No newline at end of file + password: 'rapunz3l'