We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff15e4 commit b1bbba5Copy full SHA for b1bbba5
webserver/proxyclient.cpp
@@ -10,7 +10,7 @@ CProxyClient::CProxyClient(boost::asio::io_service& io_service, boost::asio::ssl
10
doStop(false)
11
{
12
_log.Log(LOG_NORM, "PROXY: Connecting.");
13
- _apikey = "1234"; // todo: get from sql preferences
+ _apikey = "C5BBD25B487957E"; // todo: get from sql preferences
14
_instanceid = "6685"; // todo: also a sql preference
15
m_pWebEm = webEm;
16
Reconnect();
0 commit comments