Skip to content

Commit

Permalink
update to new connection URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Feb 19, 2024
1 parent f7d8a7c commit 7d1b438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/tt/es/TestRegistryDAO.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class TestRegistryDAO

public static void main(String[] args) throws Exception
{
ConnectionFactory conFact = null;//"http://localhost:9200";
ConnectionFactory conFact = null;//"app:/connections/direct/localhost.xml";

RegistryManager.init(conFact, true);

Expand Down

0 comments on commit 7d1b438

Please sign in to comment.