Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Search
Commits
2af933d7
Commit
2af933d7
authored
Aug 23, 2021
by
Bill Wang
Browse files
update
parent
de45dbf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
provider/search-aws/src/main/resources/application.properties
View file @
2af933d7
...
...
@@ -21,9 +21,15 @@ logging.level.org.springframework.web=${LOG_LEVEL:INFO}
server.port
=
${APPLICATION_PORT:8080}
## AWS ElastiCache configuration
aws.elasticache.cluster.cursor.endpoint
=
${CACHE_CLUSTER_ENDPOINT}
aws.elasticache.cluster.cursor.port
=
${CACHE_CLUSTER_PORT}
aws.elasticache.cluster.cursor.key
=
${CACHE_CLUSTER_KEY}
aws.elasticache.cluster.cursor.expiration
=
60
aws.elasticache.cluster.index.endpoint
=
${CACHE_CLUSTER_ENDPOINT}
aws.elasticache.cluster.index.port
=
${CACHE_CLUSTER_PORT}
aws.elasticache.cluster.index.expiration
=
60
## Default Elasticsearch Settings
aws.elasticache.cluster.index.key
=
${CACHE_CLUSTER_KEY}
## Default Elasticsearch Settings
aws.es.host
=
${ELASTIC_HOST:}
aws.es.port
=
${ELASTIC_PORT:0}
aws.es.isHttps
=
${ELASTIC_HTTPS:true}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment