Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Resources/Configuration.json Wed Jun 18 16:07:47 2014 +0200 +++ b/Resources/Configuration.json Thu Jun 19 11:40:05 2014 +0200 @@ -36,6 +36,8 @@ // List of paths to the plugins that are to be loaded into this // instance of Orthanc "Plugins" : [ + // "./libPluginTest.so" (for Linux) + // "./PluginTest.dll" (for Windows) ],