|
|
@ -2,14 +2,19 @@ let configJSON; |
|
|
|
if (process.env.NODE_ENV === "development") { |
|
|
|
configJSON = { |
|
|
|
base: { |
|
|
|
ip: "http://localhost", |
|
|
|
auth_port: "44344", |
|
|
|
public_port: "44344", |
|
|
|
backend_port: "44344", |
|
|
|
// ip: "http://localhost",
|
|
|
|
// auth_port: "44344",
|
|
|
|
// public_port: "44344",
|
|
|
|
// backend_port: "44344",
|
|
|
|
// ip: "http://222.169.228.163",
|
|
|
|
// auth_port: "7696",
|
|
|
|
// public_port: "7692",
|
|
|
|
// backend_port: "7692",
|
|
|
|
|
|
|
|
ip: "http://192.168.0.228", |
|
|
|
auth_port: "7696", |
|
|
|
public_port: "7692", |
|
|
|
backend_port: "7692", |
|
|
|
}, |
|
|
|
basic: {}, |
|
|
|
upload: { |
|
|
@ -42,10 +47,15 @@ if (process.env.NODE_ENV === "development") { |
|
|
|
// auth_port: "8066",
|
|
|
|
// public_port: "8092",
|
|
|
|
// backend_port: "8092",
|
|
|
|
ip: "http://222.169.228.163", |
|
|
|
// ip: "http://222.169.228.163",
|
|
|
|
// auth_port: "7696",
|
|
|
|
// public_port: "7692",
|
|
|
|
// backend_port: "7692",
|
|
|
|
|
|
|
|
ip: "http://192.168.0.228", |
|
|
|
auth_port: "7696", |
|
|
|
public_port: "7692", |
|
|
|
backend_port: "7692", |
|
|
|
backend_port: "7692", |
|
|
|
}, |
|
|
|
basic: {}, |
|
|
|
upload: { |
|
|
|