Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Jan 10, 2024
1 parent 6b5ad68 commit c785f4b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion example-configurations/config.ini.default
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down

0 comments on commit c785f4b

Please sign in to comment.