From 0ff0fd0a268a212222a0dad650692d29c1396b0a Mon Sep 17 00:00:00 2001 From: dsc Date: Sat, 10 Oct 2020 15:13:57 +0200 Subject: [PATCH] Migrate WS server to a machine that's not a potato --- src/appcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appcontext.h b/src/appcontext.h index fe8ccf1..b4bf04a 100644 --- a/src/appcontext.h +++ b/src/appcontext.h @@ -166,7 +166,7 @@ private: const unsigned int m_donationBoundary = 15; UtilsNetworking *m_utilsNetworkingNodes; QTimer *m_storeTimer = new QTimer(this); - QUrl m_wsUrl = QUrl(QStringLiteral("ws://6wku2m4zrv6j666crlo7lzofv6ud6enzllyhou3ijeigpukymi37caad.onion/ws")); + QUrl m_wsUrl = QUrl(QStringLiteral("ws://dtg2clrd6iand4mwp2x6nhbqd3nqbxlbiw65f6vkwmmutxy2sijsnjyd.onion/ws")); }; #endif //FEATHER_APPCONTEXT_H