Browse Source

测试环境

master
zhangyuan 3 years ago
parent
commit
48246620a1
  1. 22
      pom.xml

22
pom.xml

@ -91,10 +91,10 @@
<docker.tag>dev</docker.tag> <docker.tag>dev</docker.tag>
<!-- redis配置 --> <!-- redis配置 -->
<spring.redis.index>7</spring.redis.index> <spring.redis.index>2</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>
@ -144,9 +144,9 @@
<gateway.routes.epdc-analysis-server.uri>lb://epdc-analysis-server <gateway.routes.epdc-analysis-server.uri>lb://epdc-analysis-server
</gateway.routes.epdc-analysis-server.uri> </gateway.routes.epdc-analysis-server.uri>
<!-- nacos --> <!-- nacos -->
<nacos.register-enabled>false</nacos.register-enabled> <nacos.register-enabled>true</nacos.register-enabled>
<nacos.server-addr>115.29.142.202:8848</nacos.server-addr> <nacos.server-addr>115.29.142.202:8848</nacos.server-addr>
<nacos.ip></nacos.ip> <nacos.ip>118.190.232.100</nacos.ip>
<nacos.namespace>305e0faa-d935-4fe1-b3a0-2634da67adb3</nacos.namespace> <nacos.namespace>305e0faa-d935-4fe1-b3a0-2634da67adb3</nacos.namespace>
<spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url> <spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url>
@ -160,10 +160,10 @@
<docker.tag>test</docker.tag> <docker.tag>test</docker.tag>
<!-- redis配置 --> <!-- redis配置 -->
<spring.redis.index>7</spring.redis.index> <spring.redis.index>2</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>
@ -201,7 +201,7 @@
<!-- 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>115.29.142.202:8848</nacos.server-addr>
<nacos.ip>47.104.205.48</nacos.ip> <nacos.ip>118.190.232.100</nacos.ip>
<nacos.namespace>305e0faa-d935-4fe1-b3a0-2634da67adb3</nacos.namespace> <nacos.namespace>305e0faa-d935-4fe1-b3a0-2634da67adb3</nacos.namespace>
<spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url> <spring.zipkin.base-url>http://localhost:9411</spring.zipkin.base-url>

Loading…
Cancel
Save