Test Creation DesktopApp
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<appSettings>
|
||||
<add key="ApiUri" value="http://localhost:5000"/>
|
||||
<add key="ApiUser" value="User"/>
|
||||
<add key="ApiPassword" value="Password"/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user