Settings.settings 1.1 KB

123456789101112131415161718192021
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="TestTool.RemoteTriggerAPP.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="UpdateFWPreUrl" Type="System.String" Scope="Application">
  6. <Value Profile="(Default)">http://test.evsocket.phihong.com.cn:9001/</Value>
  7. </Setting>
  8. <Setting Name="FTPUpdateFWPreUrl" Type="System.String" Scope="Application">
  9. <Value Profile="(Default)">ftp://testocpp:testocpp@test.evsocket.phihong.com.cn/</Value>
  10. </Setting>
  11. <Setting Name="ChargeBoxId" Type="System.String" Scope="User">
  12. <Value Profile="(Default)">OCTT_1</Value>
  13. </Setting>
  14. <Setting Name="GetDiagnosticsPreUrl" Type="System.String" Scope="Application">
  15. <Value Profile="(Default)">http://ocpp.phihong.com.tw:9003/api/v1/file/</Value>
  16. </Setting>
  17. <Setting Name="FTPGetDiagnosticsPreUrl" Type="System.String" Scope="Application">
  18. <Value Profile="(Default)">ftp://evseocpp:evseocpp@test.evsocket.phihong.com.cn/</Value>
  19. </Setting>
  20. </Settings>
  21. </SettingsFile>