13 lines
385 B
XML
13 lines
385 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<root>
|
|
<DataBase Type="PostgreSQL" Name="postgres">
|
|
<HostName>192.168.46.33</HostName>
|
|
<Port>5432</Port>
|
|
<UserName>postgres</UserName>
|
|
<Password>123456</Password>
|
|
</DataBase>
|
|
<HttpInterface Ip="192.168.46.30" Port="8888">
|
|
<GetPointData>datart/getPointData</GetPointData>
|
|
</HttpInterface>
|
|
</root>
|