Mercurial > hg > orthanc
diff Resources/Configuration.json @ 34:96e57b863dd9
option to disallow remote access
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 30 Aug 2012 11:22:21 +0200 |
parents | dd1489098265 |
children | e1a3ae0dadf3 |
line wrap: on
line diff
--- a/Resources/Configuration.json Thu Aug 30 09:35:38 2012 +0200 +++ b/Resources/Configuration.json Thu Aug 30 11:22:21 2012 +0200 @@ -33,6 +33,9 @@ * Security-related options **/ + // Whether remote hosts can connect to the HTTP server + "RemoteAccessAllowed" : false, + // Whether or not SSL is enabled "SslEnabled" : false, @@ -40,7 +43,7 @@ "SslCertificate" : "certificate.pem", // Whether or not the password protection is enabled - "AuthenticationEnabled" : true, + "AuthenticationEnabled" : false, // The list of the registered users. Because Palantir uses HTTP // Basic Authentication, the passwords are stored as plain text.