read url from app.config
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
8
API/API.Client.Test/App.config
Normal file
8
API/API.Client.Test/App.config
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="url" value="http://localhost/API"/>
|
||||
<!--<add key="url" value="http://test.benjamin-ifland.de"/>-->
|
||||
</appSettings>
|
||||
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user