DiagramDesigner/setting.xml

13 lines
385 B
XML
Raw Permalink Normal View History

2025-02-06 16:36:50 +08:00
<?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>