Skip to content

Commit b1bbba5

Browse files
committed
..
1 parent aff15e4 commit b1bbba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/proxyclient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CProxyClient::CProxyClient(boost::asio::io_service& io_service, boost::asio::ssl
1010
doStop(false)
1111
{
1212
_log.Log(LOG_NORM, "PROXY: Connecting.");
13-
_apikey = "1234"; // todo: get from sql preferences
13+
_apikey = "C5BBD25B487957E"; // todo: get from sql preferences
1414
_instanceid = "6685"; // todo: also a sql preference
1515
m_pWebEm = webEm;
1616
Reconnect();

0 commit comments

Comments
 (0)