Commit 99457cf7 by 庄冰

needinfo

parent a10b096c
...@@ -74,8 +74,8 @@ class NeedinfoService extends ServiceBase { ...@@ -74,8 +74,8 @@ class NeedinfoService extends ServiceBase {
} }
} }
}; };
// var result = await this.execClient.execPost(obj, url); var result = await this.execClient.execPost(obj, url);
// console.log(JSON.stringify(result), "result....push...."); console.log(JSON.stringify(result), "result....push....");
} catch (e) { } catch (e) {
console.log(e, "pushMediaNeed2Queue++++++++++++++++++++++++++++++++++++") console.log(e, "pushMediaNeed2Queue++++++++++++++++++++++++++++++++++++")
} }
......
...@@ -16,7 +16,7 @@ var settings = { ...@@ -16,7 +16,7 @@ var settings = {
salt: "%iatpD1gcxz7iF#B", salt: "%iatpD1gcxz7iF#B",
defaultpwd: "gsb2020", defaultpwd: "gsb2020",
basepath: path.normalize(path.join(__dirname, '../..')), basepath: path.normalize(path.join(__dirname, '../..')),
port: process.env.NODE_PORT || 8002, port: process.env.NODE_PORT || 8003,
logindex: "center_manage", logindex: "center_manage",
appname: "gsb_marketplat", appname: "gsb_marketplat",
kongurl: function () { if (this.env == "dev") { var localsettings = require("./localsettings"); return localsettings.kongurl; } else { return ENVINPUT.KONG_ADMIAN; } }, kongurl: function () { if (this.env == "dev") { var localsettings = require("./localsettings"); return localsettings.kongurl; } else { return ENVINPUT.KONG_ADMIAN; } },
......
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