Skip to content

Commit

Permalink
Merge pull request #10 from LuisLainez/issue/CleanUpSpring3Changes
Browse files Browse the repository at this point in the history
Cleanup previous changes
  • Loading branch information
v1r3n authored Dec 18, 2023
2 parents fb122cb + 42d7a78 commit f2ee41a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ public List<Host> getHosts() {
}

private List<Host> parseHostsFromConfig() {
System.out.println("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
System.out.println("Properties in ConfigurationHostSupplier: ");
System.out.println(properties);
String hosts = properties.getHosts();
if (hosts == null) {
String message =
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spring.application.name=conductor
springdoc.api-docs.path=/api-docs
loadSample=true

conductor.db.type=redis_standalone
conductor.db.type=memory
conductor.queue.type=redis_standalone

conductor.indexing.enabled=false
Expand Down

0 comments on commit f2ee41a

Please sign in to comment.