Mercurial > hg > orthanc
changeset 905:89e3cc078df0 plugins
sample plugin configuration
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 19 Jun 2014 11:40:05 +0200 |
parents | 2732b5f57d9c |
children | cbc0ea03dffe |
files | Resources/Configuration.json |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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) ],