comparison Resources/Configuration.json @ 439:081a44d5110b

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 17:10:52 +0200
parents 28ba73274919
children b8ace6fc1d1f
comparison
equal deleted inserted replaced
438:7bbe77cb9e12 439:081a44d5110b
31 // List of paths to the custom Lua scripts to load into this 31 // List of paths to the custom Lua scripts to load into this
32 // instance of Orthanc 32 // instance of Orthanc
33 "LuaScripts" : [ 33 "LuaScripts" : [
34 ], 34 ],
35 35
36 // Dictionary of the user-specific metadata. Each entry must map a 36 // Dictionary of symbolic names for the user-defined metadata. Each
37 // number between 1024 and 65535 to an unique string. 37 // entry must map a number between 1024 and 65535 to an unique
38 // string.
38 "UserMetadata" : { 39 "UserMetadata" : {
39 // "Sample" : 1024 40 // "Sample" : 1024
40 }, 41 },
41 42
42 43