read url from app.config

This commit is contained in:
2019-03-17 21:12:43 +01:00
parent bbe9f33571
commit e115301ea2
6 changed files with 39 additions and 5 deletions

View File

@@ -83,6 +83,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>

View 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>