Skip to content

Instantly share code, notes, and snippets.

@PetersonDave
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PetersonDave/3183f5a78932f51aa8ca to your computer and use it in GitHub Desktop.
Save PetersonDave/3183f5a78932f51aa8ca to your computer and use it in GitHub Desktop.
<settings>
<setting name="EnableEventQueues">
<patch:attribute name="value">true</patch:attribute>
</setting>
<setting name="Media.DisableFileMedia">
<patch:attribute name="value">true</patch:attribute>
</setting>
<setting name="Azure.EnvironmentsPath" value="/App_Data/AzureEnvironments" />
<setting name="Azure.HostedServicePropertiesUpdateTime" value="00:00:20" />
<setting name="Azure.DefaultUpdateCacheInterval" value="00:00:20" />
<setting name="Azure.VendorsBlobContainer" value="http://cloudsettings.sitecore.net/vendors" />
<setting name="Azure.VendorsStorage" value="/App_Config/AzureVendors" />
<setting name="Azure.Package.NoEncryptPackage" value="false" />
<setting name="Azure.RoleName" value="SitecoreWebRole" />
<setting name="Azure.UiRefreshInterval" value="00:00:05" />
<setting name="Azure.GetEnvironmentFileInfoBlobContainer" value="http://cloudsettings.sitecore.net/{version}-{locale}/GetEnvironmentFileInfo.html" />
<setting name="Azure.HttpRequestRetries" value="3" />
<setting name="Azure.TranslationsPath" value="/temp/AzureTranslations" />
<setting name="Azure.ManagerDisabled" value="false" />
<setting name="Azure.PublishTargetsContainer" value="publishtargets" />
<setting name="Azure.TrafficManager.Enable" value="true" />
<!-- Setup Logging level of Log trace of Sitecore Azure App.
Info - Show only common messages
Debug - Exception will be shown too. -->
<setting name="Azure.LoggingSettings.LogLevel" value="Debug" />
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment