App.config 251 B

12345678
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <add key="RestServerUrl" value="http://172.168.1.14:8012/ts" />
  5. <add key="ShardingServerUrl" value="http://172.168.1.8:8075/alarm" />
  6. </appSettings>
  7. </configuration>