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
{{ message }}
This repository was archived by the owner on Mar 31, 2019. It is now read-only.
Andrew Branson edited this page Aug 28, 2015
·
2 revisions
Property
Description
Default value
REST.allowWeakKey
The Handler will generate an AES-256bit key by default, though Java limits to 128-bit by default. This must be set true to allow fallback to a 128-bit key where unlimited crypto hasn't been enabled.
false
REST.requireLoginCookie
Prevent access unless logged in. Otherwise, all operations not requiring an Agent are allowed (data access)
true
REST.loginCookieLife
Maximum age of the login cookie, in seconds
0 (no expiry)
REST.DefaultBatchSize
Default maximum size of a returned list if not specified
(depends on list type)
REST.Job.DefaultBatchSize
Sets default Job result size
20
REST.Event.DefaultBatchSize
Sets default Event result size
20
REST.URI
The endpoint to listen on, if using embedded Grizzly