aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/App.config
blob: 3c53533de27f0c004545e5f338eccf055e8b687c (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
  <appSettings>
    <add key="GatewayUrl" value="https://machineservice-gateway.azurewebsites.net" />
  </appSettings>
</configuration>