mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
13 lines
259 B
JavaScript
13 lines
259 B
JavaScript
exports.config = {
|
|
appName: "welsonjs",
|
|
shadowsocks: {
|
|
host: "158.247.196.146",
|
|
port: 8388,
|
|
password: "korea82",
|
|
chiper: "chacha20-ietf-poly1305"
|
|
},
|
|
webapp: {
|
|
baseURL: "http://158.247.196.146/"
|
|
}
|
|
};
|