changeset 161:616a2aaf5a4d

remote access by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Oct 2012 14:43:09 +0200
parents c08fbad40ddd
children 91ed72ab2b05
files Resources/Configuration.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,