Skip to content

Instantly share code, notes, and snippets.

@Wesley-Lomax
Created June 4, 2015 16:23
Show Gist options
  • Save Wesley-Lomax/5e914075752e00b12968 to your computer and use it in GitHub Desktop.
Save Wesley-Lomax/5e914075752e00b12968 to your computer and use it in GitHub Desktop.
Relative Sitecore Data Folder for Dev
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<sc.variable name="dataFolder">
<patch:attribute name="value">/App_Data/SitecoreData</patch:attribute>
</sc.variable>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment