mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-15 22:51:40 +02:00
feat(config): add sign Up Active Expires time configure
This commit is contained in:
2
config/env/torrents.js
vendored
2
config/env/torrents.js
vendored
@@ -156,7 +156,7 @@ module.exports = {
|
||||
*/
|
||||
sign: {
|
||||
openSignup: true,
|
||||
signUpActiveTokenExpires: 60 * 60 * 1000 * 2,
|
||||
signUpActiveTokenExpires: 60 * 60 * 1000 * 24,
|
||||
allowSocialSignin: false,
|
||||
showDemoSignMessage: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user