Skip to content

Instantly share code, notes, and snippets.

@xavierzwirtz
Created September 19, 2019 02:06
Show Gist options
  • Save xavierzwirtz/9a5f621058bb6a45bb8c907150685ffa to your computer and use it in GitHub Desktop.
Save xavierzwirtz/9a5f621058bb6a45bb8c907150685ffa to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<appSettings>
<add key="ServiceProUrl" value="https://spxtest.net"/>
<add key="ServiceProAPIKey" value="{APIKey}"/>
<add key="ServiceProSK" value="{SK}">
<add key="ViewpointSqlServer" value="viewpointvista.birddogsw.local"/>
<add key="ViewpointSqlDatabase" value="ViewpointDev"/>
<add key="ViewpointSqlUser" value="sa"/>
<add key="ViewpointSqlPassword" value="vistapass"/>
<add key="ViewpointDefaultTaxCode" value="EXEMPT"/>
<add key="ViewpointDefaultINCo" value="1"/>
<add key="ViewpointDefaultLoc" value="100"/>
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment