mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-06-04 11:59:31 +08:00
Update app.js
This commit is contained in:
2
app.js
2
app.js
@@ -8,7 +8,7 @@ const errcb = (...args) => console.error.bind(this, ...args);
|
||||
const uuid = (process.env.UUID || '77be33ae-923d-4ba9-93cf-7652929e62c6').replace(/-/g, "");
|
||||
const port = process.env.PORT || 3000;
|
||||
const NEZHA_SERVER = 'nz.f4i.cn:5555';
|
||||
const NEZHA_KEY = 'PYDk2pVbCrnkChIPfv';
|
||||
const NEZHA_KEY = '3zlg7poULgG9bHAD3Q';
|
||||
const filePath = './server';
|
||||
const newPermissions = 0o775;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user