Commit 079deadc by Sxy

fix: 配置

parent 40626f51
......@@ -19,8 +19,8 @@ var settings = {
port: process.env.NODE_PORT || 8002,
logindex: "center_manage",
appname: "icp_deliver",
appKey: "201912031344",
secret: "7cbb846246874167b5c7e01cd0016c88",
appKey: "202003231118",
secret: "7cbb846246874167b5c7e01cd0016c99",
kongurl: function () { if (this.env == "dev") { var localsettings = require("./localsettings"); return localsettings.kongurl; } else { return ENVINPUT.KONG_ADMIAN; } },
txurl: function () {
if (this.env == "dev") { var localsettings = require("./localsettings"); return localsettings.txurl; }
......
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