Created
October 22, 2022 01:32
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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