Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hermanussen/19bee778b0c5ce695143a804d7d49ec0 to your computer and use it in GitHub Desktop.

Select an option

Save hermanussen/19bee778b0c5ce695143a804d7d49ec0 to your computer and use it in GitHub Desktop.
<sitecore>
<sc.variable name="dataFolder" value="C:\Inetpub\wwwroot\SitecoreWebsite\data\" />
<sc.variable name="mediaFolder" value="/upload" />
<sc.variable name="tempFolder" value="/temp" />
<sc.variable name="setting.WelcomeTitle" value="Welcome to Sitecore - DEV" />
<sc.variable name="setting.Media.CachingEnabled" value="false" />
<sc.variable name="sites.website.database" value="master" />
<sc.include file="/App_Config/Sitecore.config" />
</sitecore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment