Skip to content

Commit

Permalink
Fix app.config
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelRodriguez8008 committed Jan 25, 2020
1 parent 5a7c372 commit e8d78bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Microsoft.Dynamics365.UIAutomation.Sample/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</assemblyBinding>
</runtime>
<appSettings>
<add key="OnlineUsername" value="[email protected]" />
<add key="OnlinePassword" value="Test123!" />
<add key="OnlineCrmUrl" value="https://easyrepro2020.crm4.dynamics.com/" />
<add key="MfaSecrectKey" value="tjh7wlj7dqdvxpfc"/>
<add key="OnlineUsername" value="" />
<add key="OnlinePassword" value="" />
<add key="OnlineCrmUrl" value="" />
<add key="MfaSecrectKey" value=""/>
<add key="AzureKey" value="" />
<!-- IE,Chrome,Firefox,Edge,Remote-->
<add key="BrowserType" value="Chrome"/>
Expand Down

0 comments on commit e8d78bc

Please sign in to comment.