diff Resources/Configuration.json @ 161:616a2aaf5a4d

remote access by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Oct 2012 14:43:09 +0200
parents 11e48e70c039
children 91ed72ab2b05
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Oct 26 14:21:38 2012 +0200
+++ b/Resources/Configuration.json	Fri Oct 26 14:43:09 2012 +0200
@@ -40,7 +40,7 @@
      **/
 
     // Whether remote hosts can connect to the HTTP server
-    "RemoteAccessAllowed" : false,
+    "RemoteAccessAllowed" : true,
 
     // Whether or not SSL is enabled
     "SslEnabled" : false,