comparison Resources/Configuration.json @ 49:e1a3ae0dadf3

renaming of resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Sep 2012 15:38:08 +0200
parents 96e57b863dd9
children 601ee9b7f2c7
comparison
equal deleted inserted replaced
48:0a04c70747d9 49:e1a3ae0dadf3
1 { 1 {
2 /** 2 /**
3 * General configuration of Palantir 3 * General configuration of Palanthir
4 **/ 4 **/
5 5
6 // Path to the directory that holds the database 6 // Path to the directory that holds the database
7 "StorageDirectory" : "PalantirStorage", 7 "StorageDirectory" : "PalanthirStorage",
8 8
9 9
10 10
11 /** 11 /**
12 * Configuration of the HTTP server 12 * Configuration of the HTTP server
43 "SslCertificate" : "certificate.pem", 43 "SslCertificate" : "certificate.pem",
44 44
45 // Whether or not the password protection is enabled 45 // Whether or not the password protection is enabled
46 "AuthenticationEnabled" : false, 46 "AuthenticationEnabled" : false,
47 47
48 // The list of the registered users. Because Palantir uses HTTP 48 // The list of the registered users. Because Palanthir uses HTTP
49 // Basic Authentication, the passwords are stored as plain text. 49 // Basic Authentication, the passwords are stored as plain text.
50 "RegisteredUsers" : { 50 "RegisteredUsers" : {
51 "alice" : "alicePassword" 51 "alice" : "alicePassword"
52 }, 52 },
53 53
60 // The list of the known DICOM modalities 60 // The list of the known DICOM modalities
61 "DicomModalities" : { 61 "DicomModalities" : {
62 // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ] 62 // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ]
63 }, 63 },
64 64
65 // The list of the known Palantir peers (currently unused) 65 // The list of the known Palanthir peers (currently unused)
66 "PalantirPeers" : { 66 "PalanthirPeers" : {
67 } 67 }
68 } 68 }