From 20cefebc0df488d2e5520cabf618e7638afaaab1 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 12 Oct 2024 19:35:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D1=85=D0=BE=D1=81=D1=82=20=D0=BD=D0=B0=20=D0=BA=D0=BE=D1=80?= =?UTF-8?q?=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D1=8B=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_sample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_sample.yaml b/config_sample.yaml index cf3ded2..e312d08 100644 --- a/config_sample.yaml +++ b/config_sample.yaml @@ -8,9 +8,9 @@ database: # Postgresql database data, for connection name: 'DATABASE_NAME' port: 5432 server: - host: 'localhost' + host: '0.0.0.0' ssl: - private_key: '/CertSSL/private.key' # The path to the private SSL key file (String) + private_key: '/CertSSL/privkey.pem' # The path to the private SSL key file (String) cert: '/CertSSL/fullchain.pem' # The path to the SSL certificate (String) work: true # Enable or disable SSL support [Boolean] log: