forked from FriendsOfTYPO3/interest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
17 lines (12 loc) · 986 Bytes
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.
logMs = 0