Skip to content

Commit

Permalink
Update mobile notification relay node DEV_URL IP address
Browse files Browse the repository at this point in the history
I have taken over the relay node from Manfred. The onion address
remains the same, but the IP address used in the DEV_URL has
changed.

See bisq-network/roles#82
  • Loading branch information
devinbileck committed Apr 23, 2019
1 parent 25931c0 commit 5fb08f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class MobileNotificationService {
// duplicated in relay and here. Must not be changed.
private static final String SUCCESS = "success";
private static final String DEV_URL_LOCALHOST = "http://localhost:8080/";
private static final String DEV_URL = "http://198.211.125.72:8080/";
private static final String DEV_URL = "http://165.227.40.124:8080/";
private static final String URL = "http://jtboonrvwmq7frkj.onion/";
private static final String BISQ_MESSAGE_IOS_MAGIC = "BisqMessageiOS";
private static final String BISQ_MESSAGE_ANDROID_MAGIC = "BisqMessageAndroid";
Expand Down

0 comments on commit 5fb08f8

Please sign in to comment.