Browse Source

修改测试环境nacos配置

master
liuchuang 4 years ago
parent
commit
2f21c9467e
  1. 2
      epdc-cloud-commons-yushan
  2. 14
      epdc-cloud-gateway/pom.xml

2
epdc-cloud-commons-yushan

@ -1 +1 @@
Subproject commit ffc7323ae85c274afed21d90e2cd744c2801a1a8
Subproject commit b2a4ab3cff9f848c77e7ec6b428321639270f734

14
epdc-cloud-gateway/pom.xml

@ -160,10 +160,10 @@
<docker.tag>test</docker.tag>
<!-- redis配置 -->
<spring.redis.index>9</spring.redis.index>
<spring.redis.host>114.215.125.123</spring.redis.host>
<spring.redis.port>9603</spring.redis.port>
<spring.redis.password>epdc!redis@master1405</spring.redis.password>
<spring.redis.index>8</spring.redis.index>
<spring.redis.host>r-m5eh5czgb1nucti6azpd.redis.rds.aliyuncs.com</spring.redis.host>
<spring.redis.port>10001</spring.redis.port>
<spring.redis.password>elink!888</spring.redis.password>
<!-- gateway routes -->
<gateway.routes.epdc-auth-server.uri>lb://epdc-auth-server</gateway.routes.epdc-auth-server.uri>
@ -200,9 +200,9 @@
<!-- nacos -->
<nacos.register-enabled>true</nacos.register-enabled>
<nacos.server-addr>mse-7be164015-p.nacos-ans.mse.aliyuncs.com:8848</nacos.server-addr>
<nacos.ip>115.28.104.30</nacos.ip>
<nacos.namespace>95aea863-dcc6-4f75-b256-9a6061a30a40</nacos.namespace>
<nacos.server-addr>115.29.142.202:8848</nacos.server-addr>
<nacos.ip>115.29.142.202</nacos.ip>
<nacos.namespace>8831513c-2f72-42e8-899f-eb6c2c5ae110</nacos.namespace>
<spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url>
</properties>

Loading…
Cancel
Save