Migrate WS server to a machine that's not a potato

This commit is contained in:
dsc 2020-10-10 15:13:57 +02:00
parent 996d9cf9c8
commit 0ff0fd0a26
1 changed files with 1 additions and 1 deletions

View File

@ -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