comparison Resources/Configuration.json @ 893:f57802f8b4dc plugins

plugins for windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Jun 2014 16:14:56 +0200
parents d0a08d8881b7
children 89e3cc078df0
comparison
equal deleted inserted replaced
892:517e28b420af 893:f57802f8b4dc
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 30
31 // List of paths to the custom Lua scripts to load into this 31 // List of paths to the custom Lua scripts that are to be loaded
32 // instance of Orthanc 32 // into this instance of Orthanc
33 "LuaScripts" : [ 33 "LuaScripts" : [
34 ], 34 ],
35 35
36 // List of paths to the plugins that are to be loaded into this
37 // instance of Orthanc
36 "Plugins" : [ 38 "Plugins" : [
37
38 ], 39 ],
39 40
40 41
41 /** 42 /**
42 * Configuration of the HTTP server 43 * Configuration of the HTTP server