Browse Source

测试环境

master
zhangyuan 3 years ago
parent
commit
9b39bf975f
  1. 2
      epdc-cloud-client-yushan
  2. 2
      epdc-cloud-commons-yushan
  3. 14
      epdc-cloud-gateway/pom.xml
  4. 2
      epdc-cloud-parent-yushan

2
epdc-cloud-client-yushan

@ -1 +1 @@
Subproject commit 8b5e9e2de20cf11d0615527bd0b66a9685e0f690 Subproject commit d80db56ebfa2787ad83cfaa7618ca6b735308c01

2
epdc-cloud-commons-yushan

@ -1 +1 @@
Subproject commit 128c6a4bfb8087999b492a6febfdde984623fe3a Subproject commit 8e13368aad9310e107299b137fedd118c76bb57d

14
epdc-cloud-gateway/pom.xml

@ -155,15 +155,15 @@
<profile> <profile>
<id>test</id> <id>test</id>
<properties> <properties>
<server.port>17020</server.port> <server.port>10820</server.port>
<spring.profiles.active>test</spring.profiles.active> <spring.profiles.active>test</spring.profiles.active>
<docker.tag>test</docker.tag> <docker.tag>test</docker.tag>
<!-- redis配置 --> <!-- redis配置 -->
<spring.redis.index>8</spring.redis.index> <spring.redis.index>8</spring.redis.index>
<spring.redis.host>r-m5eh5czgb1nucti6azpd.redis.rds.aliyuncs.com</spring.redis.host> <spring.redis.host>r-v0l694084401a044pd.redis.rds.aliyuncs.com</spring.redis.host>
<spring.redis.port>10001</spring.redis.port> <spring.redis.port>6379</spring.redis.port>
<spring.redis.password>elink!888</spring.redis.password> <spring.redis.password>CJ!redis@elink</spring.redis.password>
<!-- gateway routes --> <!-- gateway routes -->
<gateway.routes.epdc-auth-server.uri>lb://epdc-auth-server</gateway.routes.epdc-auth-server.uri> <gateway.routes.epdc-auth-server.uri>lb://epdc-auth-server</gateway.routes.epdc-auth-server.uri>
@ -200,9 +200,9 @@
<!-- nacos --> <!-- nacos -->
<nacos.register-enabled>true</nacos.register-enabled> <nacos.register-enabled>true</nacos.register-enabled>
<nacos.server-addr>115.29.142.202:8848</nacos.server-addr> <nacos.server-addr>47.104.92.53:8848</nacos.server-addr>
<nacos.ip>115.29.142.202</nacos.ip> <nacos.ip>47.104.92.53</nacos.ip>
<nacos.namespace>8831513c-2f72-42e8-899f-eb6c2c5ae110</nacos.namespace> <nacos.namespace>33672684-31a6-4550-9586-7f0317b85196</nacos.namespace>
<spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url> <spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url>
</properties> </properties>

2
epdc-cloud-parent-yushan

@ -1 +1 @@
Subproject commit 6c53fd985cbaae46046a44a2d84f1eb9bff86a9d Subproject commit db9213163f8005cba05ad21334bebb72484174b7
Loading…
Cancel
Save