comparison Resources/Configuration.json @ 604:489f6a375277

parameter for better security
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Oct 2013 10:32:55 +0200
parents 1b2cdc855bd3
children b1a0990ad40c
comparison
equal deleted inserted replaced
603:49945044b06d 604:489f6a375277
71 71
72 // Path to the SSL certificate (meaningful only if SSL is enabled) 72 // Path to the SSL certificate (meaningful only if SSL is enabled)
73 "SslCertificate" : "certificate.pem", 73 "SslCertificate" : "certificate.pem",
74 74
75 // Whether or not the password protection is enabled 75 // Whether or not the password protection is enabled
76 "AuthenticationEnabled" : false, 76 "AuthenticationEnabled" : true,
77 77
78 // The list of the registered users. Because Orthanc uses HTTP 78 // The list of the registered users. Because Orthanc uses HTTP
79 // Basic Authentication, the passwords are stored as plain text. 79 // Basic Authentication, the passwords are stored as plain text.
80 "RegisteredUsers" : { 80 "RegisteredUsers" : {
81 // "alice" : "alicePassword" 81 // "alice" : "alicePassword"