Commit 146cb174 by Sxy

fix: bug

parent 39392943
......@@ -20,7 +20,7 @@ var settings = {
encrypt_secret: ENVINPUT.ENCRYPT_SECRET,
salt: "%iatpD1gcxz7iF#B",
defaultpwd: "Temp123456",
changepwdcycle: 60,//密码更换周期 7天前登录提示更改密码 到期后直接禁用账户
changepwdcycle: 360000,//密码更换周期 7天前登录提示更改密码 到期后直接禁用账户
basepath: path.normalize(path.join(__dirname, '../..')),
port: process.env.NODE_PORT || 80,
logindex: "center_manage",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment