mirror of https://github.com/wekan/wekan
parent
becb81f04a
commit
80319b0038
@ -0,0 +1,9 @@ |
||||
Meteor.startup(() => { |
||||
if (Meteor.isServer) { |
||||
import { AccountsCommon } from 'meteor/accounts-base'; |
||||
|
||||
Accounts.config({ |
||||
loginExpirationInDays: process.env.ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS || 90, |
||||
}); |
||||
} |
||||
}); |
Loading…
Reference in new issue