comparison OrthancServer/Resources/Configuration.json @ 5200:f8f1c4a9a216

New configuration option 'RestApiWriteToFileSystemEnabled'
author Alain Mazy <am@osimis.io>
date Wed, 29 Mar 2023 11:23:37 +0200
parents d75af1cde602
children 345dac17a349
comparison
equal deleted inserted replaced
5195:32df369198ac 5200:f8f1c4a9a216
764 764
765 // Whether calls to URI "/tools/execute-script" is enabled. Starting 765 // Whether calls to URI "/tools/execute-script" is enabled. Starting
766 // with Orthanc 1.5.8, this URI is disabled by default for security. 766 // with Orthanc 1.5.8, this URI is disabled by default for security.
767 "ExecuteLuaEnabled" : false, 767 "ExecuteLuaEnabled" : false,
768 768
769 // Whether the Rest API can write to the filesystem (e.g. in
770 // /instances/../export route). Starting with Orthanc 1.12.0,
771 // this URI is disabled by default for security.
772 "RestApiWriteToFileSystemEnabled": false,
773
769 // Set the timeout while serving HTTP requests by the embedded Web 774 // Set the timeout while serving HTTP requests by the embedded Web
770 // server, in seconds. This corresponds to option 775 // server, in seconds. This corresponds to option
771 // "request_timeout_ms" of Mongoose/Civetweb. It will set the socket 776 // "request_timeout_ms" of Mongoose/Civetweb. It will set the socket
772 // options "SO_RCVTIMEO" and "SO_SNDTIMEO" to the specified value. 777 // options "SO_RCVTIMEO" and "SO_SNDTIMEO" to the specified value.
773 "HttpRequestTimeout" : 30, 778 "HttpRequestTimeout" : 30,