Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 905:89e3cc078df0 plugins
sample plugin configuration
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 19 Jun 2014 11:40:05 +0200 |
parents | f57802f8b4dc |
children | dcb2469f00f4 |
comparison
equal
deleted
inserted
replaced
904:2732b5f57d9c | 905:89e3cc078df0 |
---|---|
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 |
38 "Plugins" : [ | 38 "Plugins" : [ |
39 // "./libPluginTest.so" (for Linux) | |
40 // "./PluginTest.dll" (for Windows) | |
39 ], | 41 ], |
40 | 42 |
41 | 43 |
42 /** | 44 /** |
43 * Configuration of the HTTP server | 45 * Configuration of the HTTP server |