Clean up spacing

This commit is contained in:
aetter 2021-08-19 13:23:14 -07:00
parent 0bf8624824
commit 9ce5d95786
1 changed files with 11 additions and 11 deletions

View File

@ -32,7 +32,7 @@ from opensearch import OpenSearch
host = 'localhost'
port = 9200
auth = ('admin', 'admin') # For testing only. Don't store credentials in code.
ca_certs_path = '/full/path/to/root-ca.pem' # Provide a CA bundle if you use intermediate CAs with your root CA
ca_certs_path = '/full/path/to/root-ca.pem' # Provide a CA bundle if you use intermediate CAs with your root CA.
# Optional client certificates if you don't want to use HTTP basic authentication.
# client_cert_path = '/full/path/to/client.pem'