Mercurial > hg > orthanc
comparison Resources/Configuration.json @ 607:b1a0990ad40c
reverting
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Oct 2013 10:32:33 +0200 |
parents | 489f6a375277 |
children | 41b3e5ccb291 |
comparison
equal
deleted
inserted
replaced
604:489f6a375277 | 607:b1a0990ad40c |
---|---|
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" : true, | 76 "AuthenticationEnabled" : false, |
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" |