You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
181 B
11 lines
181 B
12 months ago
|
"use strict";
|
||
|
|
||
|
module.exports = {
|
||
|
NODE_ENV: '"test"',
|
||
|
EVN_CONFIG: '"test"',
|
||
|
// HOST: "http://120.26.106.71",
|
||
|
HOST: "http://118.178.178.185",
|
||
|
// PORT: 8080,
|
||
|
PORT: 80,
|
||
|
};
|