comparison Resources/Configuration.json @ 912:dcb2469f00f4 plugins

PluginsHttpHandler::RestApiGet
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Jun 2014 14:55:24 +0200
parents 89e3cc078df0
children 3fb427ac3f53
comparison
equal deleted inserted replaced
911:306afd58a0b3 912:dcb2469f00f4
32 // into this 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 36 // List of paths to the plugins that are to be loaded into this
37 // instance of Orthanc 37 // instance of Orthanc (e.g. "/libPluginTest.so" for Linux, or
38 // "./PluginTest.dll" for Windows).
38 "Plugins" : [ 39 "Plugins" : [
39 // "./libPluginTest.so" (for Linux)
40 // "./PluginTest.dll" (for Windows)
41 ], 40 ],
42 41
43 42
44 /** 43 /**
45 * Configuration of the HTTP server 44 * Configuration of the HTTP server