diff Resources/Configuration.json @ 387:ff647eedfbe1

enabling of Find/Move commands
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Apr 2013 15:59:33 +0200
parents 2cef9c2d4148
children 2d269089078f
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Apr 19 09:46:14 2013 +0200
+++ b/Resources/Configuration.json	Mon Apr 22 15:59:33 2013 +0200
@@ -54,7 +54,7 @@
 
 
     /**
-     * Security-related options
+     * Security-related options for the HTTP server
      **/
 
     // Whether remote hosts can connect to the HTTP server
@@ -63,7 +63,7 @@
     // Whether or not SSL is enabled
     "SslEnabled" : false,
 
-    // Path to the SSL certificate
+    // Path to the SSL certificate (meaningful only if SSL is enabled)
     "SslCertificate" : "certificate.pem",
 
     // Whether or not the password protection is enabled