Skip to content

Instantly share code, notes, and snippets.

@BenGGolden
Last active July 6, 2017 13:59
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 BenGGolden/1a5f9e740a0cb79728e3039072d86680 to your computer and use it in GitHub Desktop.
Save BenGGolden/1a5f9e740a0cb79728e3039072d86680 to your computer and use it in GitHub Desktop.
Minimal CommerceServer.Core.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<CommerceServer>
<application siteName="MyStorefrontSite" />
<catalog />
<profiles />
</CommerceServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment