Skip to content

Instantly share code, notes, and snippets.

@nkchauhan003
Last active January 5, 2025 17:17
Show Gist options
  • Save nkchauhan003/3d421b982fa692aff591c67c933d8266 to your computer and use it in GitHub Desktop.
Save nkchauhan003/3d421b982fa692aff591c67c933d8266 to your computer and use it in GitHub Desktop.
spring:
application:
# The name of the Spring Boot application.
name: spring-boot-opensearch
server:
# The port on which the server will run.
port: 8081
opensearch:
# The URI of the AWS OpenSearch cluster.
uris: https://search-xxx-xxx.ap-south-1.es.amazonaws.com
# The username for accessing the AWS OpenSearch cluster.
username: your-username
# The password for accessing the AWS OpenSearch cluster.
password: your-password
# The name of the OpenSearch index.
index: books
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment