# The URLs of the OpenSearch instances to use for all your queries. opensearch.hosts: ["https://localhost:9200"] opensearch.ssl.verificationMode: none server.ssl.enabled: true server.ssl.certificate: /certificate.pem server.ssl.key: /key.pem server.ssl.clientAuthentication: none