yingp 6 жил өмнө
parent
commit
4f4c68c618
20 өөрчлөгдсөн 21 нэмэгдсэн , 21 устгасан
  1. 2 2
      README.md
  2. 1 1
      applications/commons/commons-server/src/main/resources/config/application-docker-prod.yml
  3. 1 1
      applications/document/document-server/src/main/resources/config/application-docker-prod.yml
  4. 1 1
      applications/money/money-server/src/main/resources/config/application-docker-prod.yml
  5. 1 1
      applications/operation/operation-auth-server/src/main/resources/config/application-docker-prod.yml
  6. 1 1
      applications/operation/operation-server/src/main/resources/config/application-docker-prod.yml
  7. 1 1
      applications/purchase/purchase-server/src/main/resources/config/application-docker-prod.yml
  8. 1 1
      applications/sale/sale-server/src/main/resources/config/application-docker-prod.yml
  9. 1 1
      applications/storage/storage-server/src/main/resources/config/application-docker-prod.yml
  10. 1 1
      applications/transfers/transfers-server/src/main/resources/config/application-docker-prod.yml
  11. 1 1
      base-servers/account/account-server/src/main/resources/config/application-docker-prod.yml
  12. 1 1
      base-servers/auth/auth-server/src/main/resources/config/application-docker-prod.yml
  13. 1 1
      base-servers/datacenter/datacenter-server/src/main/resources/config/application-docker-prod.yml
  14. 1 1
      base-servers/file/file-server/src/main/resources/config/application-docker-prod.yml
  15. 1 1
      base-servers/gateway-server/src/main/resources/config/application-docker-prod.yml
  16. 1 1
      base-servers/mail/mail-server/src/main/resources/config/application-docker-prod.yml
  17. 1 1
      base-servers/sms/sms-server/src/main/resources/config/application-docker-prod.yml
  18. 1 1
      base-servers/socket/socket-server/src/main/resources/config/application-docker-prod.yml
  19. 1 1
      base-servers/ui-server/src/main/resources/config/application-docker-prod.yml
  20. 1 1
      base-servers/zipkin-server/src/main/resources/config/application-docker-prod.yml

+ 2 - 2
README.md

@@ -181,7 +181,7 @@
 
 | 类型 | 地址 | 账号 | 密码 | 说明 |
 | ---- | :----: | :----: | :----: | ---- |
-| rabbitmq | 10.10.100.103:5672 | saas | select123*** | 消息中间件 [控制台](http://10.10.100.103:15672)|
+| rabbitmq | 10.10.100.40:5672 | saas | select123*** | 消息中间件 [控制台](http://10.10.100.40:15672)|
 | redis | 10.10.100.173:6379 | | | 内存数据库 |
 
 
@@ -189,7 +189,7 @@
 
 | IP      |  账号  |  密码  |  环境  |  资源  |
 | --------   | :----:  | :----: | :------:  | :------:  |
-| 10.10.100.103 |  centos  | mykey.key |  CentOS6, RabbitMQ  | Cpu: 4, Mem: 8G, Disk: 35G |
+| 10.10.100.40 |  centos  | mykey.key |  CentOS6, RabbitMQ  | Cpu: 40, Mem: 128G, Disk: 600G |
 | 10.10.100.123 |  centos  | mykey.key |  CentOS6, MongoDB  | Cpu: 8, Mem: 8G, Disk: 60G |
 | 10.10.100.127 |  centos  | mykey.key |  CentOS6, Nginx  | Cpu: 4, Mem: 8G, Disk: 35G |
 | 10.10.100.160 |  centos  | mykey.key |  CentOS6, ELK  | Cpu: 8, Mem: 8G, Disk: 60G |

+ 1 - 1
applications/commons/commons-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/document/document-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/money/money-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/operation/operation-auth-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/operation/operation-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/purchase/purchase-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/sale/sale-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/storage/storage-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
applications/transfers/transfers-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/account/account-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/auth/auth-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/datacenter/datacenter-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/file/file-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/gateway-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/mail/mail-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/sms/sms-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/socket/socket-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/ui-server/src/main/resources/config/application-docker-prod.yml

@@ -7,7 +7,7 @@ eureka:
       defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@saas-eureka-server:8500/eureka/
 spring:
   rabbitmq:
-    host: 10.10.100.103
+    host: 10.10.100.40
     port: 5672
     virtual-host: docker
     username: saas

+ 1 - 1
base-servers/zipkin-server/src/main/resources/config/application-docker-prod.yml

@@ -8,7 +8,7 @@ eureka:
 zipkin:
   collector:
     rabbitmq:
-      uri: amqp://saas:select123***@10.10.100.103:5672/docker
+      uri: amqp://saas:select123***@10.10.100.40:5672/docker
   storage:
     type: elasticsearch
     elasticsearch: