Commit d5538d2c by 孙亚楠

Merge branch 'xgg-deliver-ali' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-deliver-ali

parents cfeb5f88 acf193b2
...@@ -127,10 +127,14 @@ var settings = { ...@@ -127,10 +127,14 @@ var settings = {
redisTax: function () { redisTax: function () {
if (this.env == "dev") { if (this.env == "dev") {
return { return {
host: "47.94.0.45", // host: "47.94.0.45",
// port: "6379",
// password: "nga2020",
// db: "0",
host: "r-2zejem2xk438n71rny.redis.rds.aliyuncs.com",
port: "6379", port: "6379",
password: "nga2020", password: "yo#@eXz9EMpa+5O",
db: "0", db: "10",
}; };
} else { } else {
return { return {
......
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