comparison Resources/Configuration.json @ 3526:f07352e0375c

new configuration option ExecuteLuaEnabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Sep 2019 10:03:35 +0200
parents d2b9981017c4
children 9cc09f4c0fa9
comparison
equal deleted inserted replaced
3525:8c66c9c2257b 3526:f07352e0375c
505 505
506 // Whether Orthanc monitors its metrics (new in Orthanc 1.5.4). If 506 // Whether Orthanc monitors its metrics (new in Orthanc 1.5.4). If
507 // set to "true", the metrics can be retrieved at 507 // set to "true", the metrics can be retrieved at
508 // "/tools/metrics-prometheus" formetted using the Prometheus 508 // "/tools/metrics-prometheus" formetted using the Prometheus
509 // text-based exposition format. 509 // text-based exposition format.
510 "MetricsEnabled" : true 510 "MetricsEnabled" : true,
511
512 // Whether calls to URI "/tools/execute-script" is enabled. Starting
513 // with Orthanc 1.5.8, this URI is disabled by default for security.
514 "ExecuteLuaEnabled" : false
511 } 515 }