mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Update relay-node address
With Tor v2 addresses being deprecated soon, now is a good time to update the relay-node used for mobile notifications with a new v3 onion address.
This commit is contained in:
parent
578d680a5e
commit
0eb8da083f
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ 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://165.227.40.124:8080/";
|
||||
private static final String URL = "http://jtboonrvwmq7frkj.onion/";
|
||||
private static final String DEV_URL = "http://172.105.9.31:8080/";
|
||||
private static final String URL = "http://bisqpushv56wo32w2dv7xacvvcrnow6gud5vkvftwsgevczmspzvqgad.onion/";
|
||||
private static final String BISQ_MESSAGE_IOS_MAGIC = "BisqMessageiOS";
|
||||
private static final String BISQ_MESSAGE_ANDROID_MAGIC = "BisqMessageAndroid";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue