Commit c9b9c261 by 王昆

gsb

parent 7db020f9
const settings = require("../../../../config/settings");
module.exports = {
// 生产环境
"appid": "728b979f7afd4413ac683344cd4a97fa",
// 测试环境
// "appid": "2f41920e82fa46dd98887d81df9457ab",
"appid": settings.appKey,
"label": "研发开放平台",
"config": {
"rstree": {
......
......@@ -19,12 +19,10 @@ var settings = {
passroleid: 2,
tanentroleid: 1,
protocalPrefix: "http://",
// 生产环境
appKey: "728b979f7afd4413ac683344cd4a97fa",
secret: "f8891fcf37574f5a9f21b3030c302f4a",
// 测试环境
// appKey: "2f41920e82fa46dd98887d81df9457ab",
// secret: "ede9b66ddb964d15b0a543b7ac7bb28f",
appKey: ENVINPUT.APP_ENV == "dev" ? "2f41920e82fa46dd98887d81df9457ab" : "728b979f7afd4413ac683344cd4a97fa",
secret: ENVINPUT.APP_ENV == "dev" ? "ede9b66ddb964d15b0a543b7ac7bb28f" : "f8891fcf37574f5a9f21b3030c302f4a",
salt: "%iatpD1gcxz7iF#B",
defaultpwd: "987456",
basepath: path.normalize(path.join(__dirname, '../..')),
......
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