Commit 6c4aa452 by ken

try

parent 75c35f1a
......@@ -12,8 +12,8 @@ const redis = require('redis');
const redisClient = redis.createClient();
const publishKey = "ZB@2";
const accountInfoChannel = "getaccountinfo";
const APIKEY = "bb671900-ff63-44d2-99cf-5172f3806fef";
const APISECRET = "3d275ca6-9639-45b0-ab3e-d25124b9dffb";
const APIKEY = process.env["APIKEY"];
const APISECRET = process.env["APISECRET"];
const lastEventTimeMap = {};
const lastLastEventTimeMap = {};
const lastDataMap = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment