Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Aug 18, 2022
1 parent 9b45c5b commit 2a40400
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docker-compose-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ x-opensearch-variables: &opensearch-variables
OPENSEARCH_URL : 'http://opensearch:9200'
# Used when OPENSEARCH_LOCAL is 'false', the cURL-formatted config file contains login
# credentials for the OpenSearch instance. See cURL config file format at
# https://everything.curl.dev/cmdline/configfile. Bind mounted locally from
# .opensearch.curlrc as /var/local/opensearch.curlrc
# https://everything.curl.dev/cmdline/configfile. The notable parameters expected
# from this file would be user (with a "user:password" value) and "insecure"
# (if OPENSEARCH_SSL_CERTIFICATE_VERIFICATION below is 'false'). This file is
# Bind mounted locally from .opensearch.curlrc as /var/local/opensearch.curlrc
OPENSEARCH_CREDS_CONFIG_FILE : '/var/local/opensearch.curlrc'
# Whether or not connections to the remote OpenSearch instance requrie full
# TLS certificate validation for the connection (this may fail if using self-signed
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ x-opensearch-variables: &opensearch-variables
OPENSEARCH_URL : 'http://opensearch:9200'
# Used when OPENSEARCH_LOCAL is 'false', the cURL-formatted config file contains login
# credentials for the OpenSearch instance. See cURL config file format at
# https://everything.curl.dev/cmdline/configfile. Bind mounted locally from
# .opensearch.curlrc as /var/local/opensearch.curlrc
# https://everything.curl.dev/cmdline/configfile. The notable parameters expected
# from this file would be user (with a "user:password" value) and "insecure"
# (if OPENSEARCH_SSL_CERTIFICATE_VERIFICATION below is 'false'). This file is
# Bind mounted locally from .opensearch.curlrc as /var/local/opensearch.curlrc
OPENSEARCH_CREDS_CONFIG_FILE : '/var/local/opensearch.curlrc'
# Whether or not connections to the remote OpenSearch instance requrie full
# TLS certificate validation for the connection (this may fail if using self-signed
Expand Down

0 comments on commit 2a40400

Please sign in to comment.