Created
September 19, 2019 02:06
-
-
Save xavierzwirtz/9a5f621058bb6a45bb8c907150685ffa to your computer and use it in GitHub Desktop.
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"?> | |
<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