You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
218
218
*`loggerAdapter` - The default behavior/transport (File) can be changed by creating an adapter class (see [`LoggerAdapter.js`](https://github.com/parse-community/parse-server/blob/master/src/Adapters/Logger/LoggerAdapter.js)).
219
219
*`logLevel` - Set the specific level you want to log. Defaults to `info`. The default logger uses the npm log levels as defined by the underlying winston logger. Check [Winston logging levels](https://github.com/winstonjs/winston#logging-levels) for details on values to specify.
220
220
*`sessionLength` - The length of time in seconds that a session should be valid for. Defaults to 31536000 seconds (1 year).
221
+
*`maxLimit` - The maximum value supported for the limit option on queries. Defaults to unlimited.
221
222
*`revokeSessionOnPasswordReset` - When a user changes their password, either through the reset password email or while logged in, all sessions are revoked if this is true. Set to false if you don't want to revoke sessions.
222
223
*`accountLockout` - Lock account when a malicious user is attempting to determine an account password by trial and error.
223
224
*`passwordPolicy` - Optional password policy rules to enforce.
0 commit comments