Commit 92e884f6 by 宋毅

tj

parent 259389d3
...@@ -12,7 +12,7 @@ var ENVINPUT = { ...@@ -12,7 +12,7 @@ var ENVINPUT = {
APP_ENV: process.env.APP_ENV ? process.env.APP_ENV : "dev" APP_ENV: process.env.APP_ENV ? process.env.APP_ENV : "dev"
}; };
var settings = { var settings = {
env: ENVINPUT.APP_ENV, env: "dev",//ENVINPUT.APP_ENV,
appKey: "bfe73612fa024822941e3e1ecd9a06e1", appKey: "bfe73612fa024822941e3e1ecd9a06e1",
paasKey: "wx76a324c5d201d1a4", paasKey: "wx76a324c5d201d1a4",
secret: "1671ab5405fa49c8b5dd0b0c55c279b8", secret: "1671ab5405fa49c8b5dd0b0c55c279b8",
......
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