Commit c2265114 by 孙亚楠

d

parent 704469fb
...@@ -185,11 +185,11 @@ class System { ...@@ -185,11 +185,11 @@ class System {
var domain2 = "http://39.107.234.14"; var domain2 = "http://39.107.234.14";
return { return {
// 公共服务 // 公共服务
common: domain2 + ":3102" + path, common: domain + ":3102" + path,
// common: "http://127.0.0.1:3102" + path, // common: "http://127.0.0.1:3102" + path,
// 商户服务 // 商户服务
merchant: domain2 + ":3101" + path, merchant: domain + ":3101" + path,
// merchant: "http://127.0.0.1:3101" + path, // merchant: "http://127.0.0.1:3101" + path,
// 订单服务 // 订单服务
...@@ -200,7 +200,7 @@ class System { ...@@ -200,7 +200,7 @@ class System {
invoice: domain2 + ":3105" + path, invoice: domain2 + ":3105" + path,
// 发票服务 // 发票服务
uc: domain2 + ":3106" + path, uc: domain + ":3106" + path,
// uc: "http://127.0.0.1:3106" + path, // uc: "http://127.0.0.1:3106" + path,
} }
} else { } else {
......
...@@ -5,6 +5,12 @@ var settings={ ...@@ -5,6 +5,12 @@ var settings={
password: "Gongsibao2018", password: "Gongsibao2018",
db:10, db:10,
}, },
// redis:{
// host: "127.0.0.1",
// port: 6379,
// password: "",
// db:10,
// },
database:{ database:{
dbname : "xgg", dbname : "xgg",
user: "write", user: "write",
......
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