Browse Source

测试环境

master
qushutong 2 years ago
parent
commit
dad604dd29
  1. 16
      pom.xml

16
pom.xml

@ -92,9 +92,9 @@
<!-- redis配置 -->
<spring.redis.index>2</spring.redis.index>
<spring.redis.host>r-v0l694084401a044pd.redis.rds.aliyuncs.com</spring.redis.host>
<spring.redis.port>6379</spring.redis.port>
<spring.redis.password>CJ!redis@elink</spring.redis.password>
<spring.redis.host>47.104.92.53</spring.redis.host>
<spring.redis.port>10052</spring.redis.port>
<spring.redis.password>elink!123</spring.redis.password>
<!-- gateway routes -->
<gateway.routes.epdc-auth-server.uri>lb://epdc-auth-server</gateway.routes.epdc-auth-server.uri>
@ -148,7 +148,7 @@
<nacos.register-enabled>false</nacos.register-enabled>
<nacos.server-addr>47.104.92.53:8848</nacos.server-addr>
<nacos.ip></nacos.ip>
<nacos.namespace>dda4cc4b-ac6c-4a58-acc5-d64e667f039f</nacos.namespace>
<nacos.namespace>f2210da1-70db-44b5-8b60-a1e8fc0332f1</nacos.namespace>
<spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url>
</properties>
@ -162,9 +162,9 @@
<!-- redis配置 -->
<spring.redis.index>2</spring.redis.index>
<spring.redis.host>r-v0l694084401a044pd.redis.rds.aliyuncs.com</spring.redis.host>
<spring.redis.port>6379</spring.redis.port>
<spring.redis.password>CJ!redis@elink</spring.redis.password>
<spring.redis.host>47.104.92.53</spring.redis.host>
<spring.redis.port>10052</spring.redis.port>
<spring.redis.password>elink!123</spring.redis.password>
<!-- gateway routes -->
<gateway.routes.epdc-auth-server.uri>lb://epdc-auth-server</gateway.routes.epdc-auth-server.uri>
@ -203,7 +203,7 @@
<nacos.register-enabled>true</nacos.register-enabled>
<nacos.server-addr>47.104.92.53:8848</nacos.server-addr>
<nacos.ip>47.104.92.53</nacos.ip>
<nacos.namespace>dda4cc4b-ac6c-4a58-acc5-d64e667f039f</nacos.namespace>
<nacos.namespace>f2210da1-70db-44b5-8b60-a1e8fc0332f1</nacos.namespace>
<spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url>
</properties>

Loading…
Cancel
Save