Additional explication for expireInactiveSessions in ParseServerOptions (#7552)
* Update docs.js Additional explication for `expireInactiveSessions` * Update index.js Additional explication for `expireInactiveSessions` * Update docs.js correcting spelling error * Update index.js correcting spelling error * Update Definitions.js Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com>
This commit is contained in:
@@ -156,7 +156,8 @@ module.exports.ParseServerOptions = {
|
||||
},
|
||||
expireInactiveSessions: {
|
||||
env: 'PARSE_SERVER_EXPIRE_INACTIVE_SESSIONS',
|
||||
help: 'Sets wether we should expire the inactive sessions, defaults to true',
|
||||
help:
|
||||
'Sets whether we should expire the inactive sessions, defaults to true. If false, all new sessions are created with no expiration date.',
|
||||
action: parsers.booleanParser,
|
||||
default: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user