Update app.js

This commit is contained in:
Okko
2023-09-27 13:50:04 +08:00
committed by GitHub
parent 059a46853b
commit fb9626837e

2
app.js
View File

@@ -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;