mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 23:14:58 +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/"
|
|
}
|
|
};
|