配置修改

This commit is contained in:
2022-06-22 09:39:21 +08:00
parent ac02bc2ece
commit d9ee4b6576

View File

@@ -37,17 +37,16 @@
</distributionManagement>
<properties>
<!--nacos的ip:port-->
<nacos.url>192.168.1.13:18854</nacos.url>
<!-- <nacos.url>192.168.1.14:18848</nacos.url>-->
<nacos.url>192.168.1.14:18848</nacos.url>
<!--服务器发布内容为空-->
<!-- <nacos.namespace></nacos.namespace>-->
<nacos.namespace>fd74182b-1fce-4dba-afa7-2623b0376205</nacos.namespace>
<nacos.namespace>6b3de6af-da16-41c7-a482-58902c408c0d</nacos.namespace>
<!--sentinel:port-->
<sentinel.url>192.168.1.14:8080</sentinel.url>
<!--微服务发布地址-->
<server.url>192.168.1.13</server.url>
<server.url>192.168.1.14</server.url>
<!--网关地址主要用于配置swagger中认证token-->
<gateway.url>192.168.1.13:10215</gateway.url>
<gateway.url>192.168.1.14:10215</gateway.url>
<!--docker远程守护进程的url-->
<docker.url>http://${server.url}:2375</docker.url>
<!--docker远程harborurl-->