Skip to content

Instantly share code, notes, and snippets.

@cafeasp
Created October 22, 2022 01:32
Show Gist options
  • Save cafeasp/a38c2aabd5b993936644c1058f860f92 to your computer and use it in GitHub Desktop.
Save cafeasp/a38c2aabd5b993936644c1058f860f92 to your computer and use it in GitHub Desktop.
This is an xml file that will get merge with Web.config file in Visual Studio
<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
<add key="Scope" value="read_products"/>
<add key="ShopifyApiVersion" value="2020-10"/>
<add key="Secret" value="secret_key"/>
<add key="AppId" value="api_key"/>
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment