Skip to content

Commit

Permalink
Merge pull request #90 from dvsa/ipChange
Browse files Browse the repository at this point in the history
change ip
  • Loading branch information
sr4850 authored Dec 12, 2024
2 parents 7a7a0e8 + 922898e commit 2a89448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/activesupport/mailPit/MailPit.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class MailPit {
private static final int MAX_RETRIES = 10;

public MailPit() {
this.ip = "https://selenium-mail.olcs.dev-dvsacloud.uk:8025";
this.ip = "0.0.0.0:8025";
this.port = "8025";
}

Expand Down

0 comments on commit 2a89448

Please sign in to comment.