oops, put back the defaults for umbracoSettings

This commit is contained in:
Shannon
2014-03-06 20:16:55 +11:00
parent 2e9b751174
commit 1511ad58b2

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<content>
<imaging>
@@ -224,7 +224,7 @@
</scheduledTasks>
<!-- distributed calls make umbraco use webservices to handle cache refreshing -->
<distributedCall enable="true">
<distributedCall enable="false">
<!-- the id of the user who's making the calls -->
<!-- needed for security, umbraco will automatically look up correct login and passwords -->
<user>0</user>
@@ -233,8 +233,6 @@
<!-- you can also add optional attributes to force a protocol or port number (see #2) -->
<!-- <server>127.0.0.1</server>-->
<!-- <server forceProtocol="http|https" forcePortnumber="80|443">127.0.0.1</server>-->
<!--<server>umb1.dev</server>-->
<server forcePortnumber="6200">localhost</server>
</servers>
</distributedCall>