Skip to content

Commit

Permalink
Revert testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Belval committed Dec 20, 2024
1 parent d24f2bf commit bc7551e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ loadSample=true
conductor.db.type=memory
conductor.queue.type=redis_standalone

conductor.indexing.enabled=true
conductor.indexing.enabled=false

#Redis configuration details.
#format is host:port:rack separated by semicolon
Expand Down Expand Up @@ -49,18 +49,17 @@ conductor.redis.availabilityZone=us-east-1c
#conductor.redis.timeBetweenEvictionRunsMillis = -1L
#conductor.redis.testWhileIdle = false
#conductor.redis.numTestsPerEvictionRun = 3
conductor.indexing.type=opensearch

#Transport address to elasticsearch
conductor.indexing.url=localhost:9200
conductor.elasticsearch.url=localhost:9300

#Name of the elasticsearch cluster
conductor.indexing.indexName=conductor

conductor.elasticsearch.indexName=conductor

#Elasticsearch major release version.
#conductor.indexing.version=es7
conductor.elasticsearch.version=0
conductor.elasticsearch.clusterHealthColor=yellow
conductor.elasticsearch.version=7
#conductor.elasticsearch.version=7

# Default event queue type to listen on for wait task
conductor.default-event-queue.type=sqs

Expand Down

0 comments on commit bc7551e

Please sign in to comment.