From ca8d903342de1b762a236b67b11434085a918b92 Mon Sep 17 00:00:00 2001 From: Nikita Gaziev <98274273+zobweyt@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:45:54 +0300 Subject: [PATCH] chore: update `config.sample.yaml` --- config.sample.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sample.yaml b/config.sample.yaml index a1e00ba..5206fb2 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -27,6 +27,9 @@ otp: redis: host: "localhost" + port: 6379 + password: "" + ssl: true postgres: username: "postgres"