|
楼主 |
发表于 2022-9-19 19:59:43
|
显示全部楼层
本帖最后由 win3394393 于 2022-9-19 20:06 编辑
配置文件
<?xml version="1.0" encoding="utf-8"?>
<config>
<version>6332</version>
<distributed>false</distributed>
<ui-server>http://localhost:8080/x5</ui-server>
<!-- 以下配置只适用于BeX5 -->
<default-user>
<name>x5sys</name>
<password>Passw0rd_m77ki</password>
</default-user>
<business-server>http://localhost:8080/BusinessServer</business-server>
<doc-server>http://localhost:8080/DocServer</doc-server>
<report-server>http://localhost:8080/ReportServer/reportservice</report-server>
<auth-server>http://localhost:8080/BusinessServer</auth-server>
<!-- <push-server>http://localhost:8080/PushServer</push-server> -->
<mqtt-server>tcp://localhost:1883</mqtt-server>
<external-address>[请给出服务器的外网地址]</external-address>
<license-server>http://localhost:9099/LicenseServer</license-server>
<!-- 微服务:当前要求每个微服务能访问所有的模型资源(包括BIZ和UI), 文档服务器的存储目录共享一个 -->
<!-- 以下配置是微服务版本需要的
<micro-service>true</micro-service>
<gateway>http://192.168.1.40</gateway>
<gateway-admin>http://192.168.1.40:8001</gateway-admin>
<local-addr>http://192.168.1.89:8080</local-addr>
<local-apps>[请给出本地app名, 例如OA,HR,portal,portal2,system, 访问这些biz和ui资源时会转发到当前微服务]</local-apps>
<redis-host>127.0.0.1</redis-host>
<redis-port>6379</redis-port>
<redis-password></redis-password>
-->
</config>
|
-
-
|