Skip to content

Instantly share code, notes, and snippets.

@cafeasp
Created August 10, 2018 18:46
Show Gist options
  • Save cafeasp/d328f866bb517090bdb215a66b30c182 to your computer and use it in GitHub Desktop.
Save cafeasp/d328f866bb517090bdb215a66b30c182 to your computer and use it in GitHub Desktop.
Any mvc web app can use this file to set your private settings on a different path in your computer.
<?xml version="1.0" encoding="utf-8" ?>
<appSettings>
<add key="AppId" value="your_app_id" />
<add key="AppSecret" value="your_app_secret" />
<add key="AppScope" value="read_orders,write_orders" />
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment