File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
redis-persistence/src/main/java/com/netflix/conductor/redis/dynoqueue
server/src/main/resources Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ public List<Host> getHosts() {
4040 }
4141
4242 private List <Host > parseHostsFromConfig () {
43- System .out .println ("\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n " );
44- System .out .println ("Properties in ConfigurationHostSupplier: " );
45- System .out .println (properties );
4643 String hosts = properties .getHosts ();
4744 if (hosts == null ) {
4845 String message =
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ spring.application.name=conductor
1515springdoc.api-docs.path =/api-docs
1616loadSample =true
1717
18- conductor.db.type =redis_standalone
18+ conductor.db.type =memory
1919conductor.queue.type =redis_standalone
2020
2121conductor.indexing.enabled =false
You can’t perform that action at this time.
0 commit comments