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
# cat=REST; type=string; label=URL Entry Point: If you want to make REST calls to "https://example.org/entrypoint/...", the value here should be "entrypoint".
entryPoint = rest
# cat=REST; type=string; label=Token lifetime: The authentication token's lifetime in seconds. Zero means no expiry.
tokenLifetime = 86400
# cat=Behavior; type=options[Fail with exception=cancel,Rename the new file=rename,Replace the existing file=replace]; label=Handle Existing Files: How to handle files that already exist in the filesystem.
handleExistingFile = cancel
# cat=Behavior; type=options[Treat as normal file=0,Stop record processing=1,Fail=2]; label=Handle Empty Files: How to handle files that are empty.
handleEmptyFile = 0
# cat=Logging; type=options[Disabled=0,Headers=1,Database=2,Both=3]; label=Enable logging: In response headers and/or database.
log = 0
# cat=Logging; type=int+; label=Logging threshold: The lower limit in execution time above which logging is enabled.