Skip to content

Commit

Permalink
update ip aws para apresentação
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmourao committed Dec 13, 2021
1 parent a3254b0 commit da7f6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tm2021/fcul/node/zookeper/ZookeeperProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class ZookeeperProcessor implements Watcher {
private ZooKeeper zk;
// IP onde o zookeeper principal corre
// funciona com ips da aws, para não passamos o limite do free tier encontra-se desligado
public static String ip = "13.38.33.240:2181";
public static String ip = "15.236.208.18:2181";


public ZookeeperProcessor( String hostPort) throws Exception {
Expand Down

0 comments on commit da7f6b4

Please sign in to comment.