comparison Resources/Configuration.json @ 390:3be5837ceb80 lua-scripting

config
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Apr 2013 15:36:24 +0200
parents 2cef9c2d4148
children 9784f19f7e1b
comparison
equal deleted inserted replaced
388:466c992a9a42 390:3be5837ceb80
25 25
26 // Maximum number of patients that can be stored at a given time 26 // Maximum number of patients that can be stored at a given time
27 // in the storage (a value of "0" indicates no limit on the number 27 // in the storage (a value of "0" indicates no limit on the number
28 // of patients) 28 // of patients)
29 "MaximumPatientCount" : 0, 29 "MaximumPatientCount" : 0,
30
31 // Path to the custom Lua scripts for this instance of Orthanc (an
32 // empty string denotes the absence of custom scripts)
33 "Scripting" : "",
30 34
31 35
32 /** 36 /**
33 * Configuration of the HTTP server 37 * Configuration of the HTTP server
34 **/ 38 **/