2019-01-13 16:36:26 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<configuration>
|
2019-01-27 21:17:23 +01:00
|
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
|
|
</startup>
|
|
|
|
<appSettings>
|
|
|
|
<add key="serverUrl" value="https://sysmag.herokuapp.com/api/"/>
|
|
|
|
</appSettings>
|
2019-01-13 16:36:26 +01:00
|
|
|
</configuration>
|