123456789101112131415161718192021 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="TestTool.RemoteTriggerAPP.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="UpdateFWPreUrl" Type="System.String" Scope="Application">
- <Value Profile="(Default)">http://test.evsocket.phihong.com.cn:9001/</Value>
- </Setting>
- <Setting Name="FTPUpdateFWPreUrl" Type="System.String" Scope="Application">
- <Value Profile="(Default)">ftp://testocpp:testocpp@test.evsocket.phihong.com.cn/</Value>
- </Setting>
- <Setting Name="ChargeBoxId" Type="System.String" Scope="User">
- <Value Profile="(Default)">OCTT_1</Value>
- </Setting>
- <Setting Name="GetDiagnosticsPreUrl" Type="System.String" Scope="Application">
- <Value Profile="(Default)">http://ocpp.phihong.com.tw:9003/api/v1/file/</Value>
- </Setting>
- <Setting Name="FTPGetDiagnosticsPreUrl" Type="System.String" Scope="Application">
- <Value Profile="(Default)">ftp://evseocpp:evseocpp@test.evsocket.phihong.com.cn/</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|