Skip to content

Commit 373ce33

Browse files
committed
defs
1 parent 0b4bc98 commit 373ce33

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Options/Definitions.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ module.exports.ParseServerOptions = {
227227
action: parsers.booleanParser,
228228
default: true,
229229
},
230+
extendSessionOnUse: {
231+
env: 'PARSE_SERVER_EXTEND_SESSION_ON_USE',
232+
help: 'Whether Parse Server should automatically extend a valid session by the sessionLength',
233+
action: parsers.booleanParser,
234+
default: false,
235+
},
230236
fileKey: {
231237
env: 'PARSE_SERVER_FILE_KEY',
232238
help: 'Key for your files',
@@ -437,12 +443,6 @@ module.exports.ParseServerOptions = {
437443
env: 'PARSE_SERVER_READ_ONLY_MASTER_KEY',
438444
help: 'Read-only key, which has the same capabilities as MasterKey without writes',
439445
},
440-
extendSessionOnUse: {
441-
env: 'PARSE_SERVER_RENEW_SESSIONS',
442-
help: 'Whether Parse Server should automatically extend a valid session by the sessionLength',
443-
action: parsers.booleanParser,
444-
default: false,
445-
},
446446
requestKeywordDenylist: {
447447
env: 'PARSE_SERVER_REQUEST_KEYWORD_DENYLIST',
448448
help:

src/Options/docs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)