From c785f4b2383269e53859559a712a04e6de9f7076 Mon Sep 17 00:00:00 2001 From: Bot <> Date: Wed, 10 Jan 2024 20:00:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example-configurations/config.ini.default | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/example-configurations/config.ini.default b/example-configurations/config.ini.default index cf9fd23c6..d510dad1f 100644 --- a/example-configurations/config.ini.default +++ b/example-configurations/config.ini.default @@ -35,13 +35,15 @@ engine_name = an-website [ELASTICSEARCH] prefix = an-website +#username = +#password = #cloud_id = verify_certs = sure #api_key = #bearer_auth = #client_cert = #client_key = -retry_on_timeout = nope +#retry_on_timeout = enabled = nope [TLS] @@ -55,9 +57,14 @@ db = 0 #username = #password = retry_on_timeout = nope +#ssl_keyfile = +#ssl_certfile = +ssl_cert_reqs = required +ssl_check_hostname = nope host = localhost port = 6379 ssl = nope +#unix_socket_path = [REPORTING] enabled = sure