comparison Resources/Configuration.json @ 3495:cc3e408165eb

revert
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Aug 2019 16:02:00 +0200
parents e0e9df6e5c92
children 0d248cc63ded
comparison
equal deleted inserted replaced
3494:e0e9df6e5c92 3495:cc3e408165eb
148 // Path to the SSL certificate in the PEM format (meaningful only if 148 // Path to the SSL certificate in the PEM format (meaningful only if
149 // SSL is enabled) 149 // SSL is enabled)
150 "SslCertificate" : "certificate.pem", 150 "SslCertificate" : "certificate.pem",
151 151
152 // Whether or not the password protection is enabled 152 // Whether or not the password protection is enabled
153 "AuthenticationEnabled" : true, 153 "AuthenticationEnabled" : false,
154 154
155 // The list of the registered users. Because Orthanc uses HTTP 155 // The list of the registered users. Because Orthanc uses HTTP
156 // Basic Authentication, the passwords are stored as plain text. 156 // Basic Authentication, the passwords are stored as plain text.
157 "RegisteredUsers" : { 157 "RegisteredUsers" : {
158 // "alice" : "alicePassword" 158 // "alice" : "alicePassword"